Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=311
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=312",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=310",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 311,
    "results": [
        {
            "start": 821743955,
            "stop": 821743971
        },
        {
            "start": 821743975,
            "stop": 821743979
        },
        {
            "start": 821743982,
            "stop": 821743991
        },
        {
            "start": 821743995,
            "stop": 821744010
        },
        {
            "start": 821744015,
            "stop": 821744029
        },
        {
            "start": 821744032,
            "stop": 821744041
        },
        {
            "start": 821744044,
            "stop": 821744047
        },
        {
            "start": 821744052,
            "stop": 821744056
        },
        {
            "start": 821744065,
            "stop": 821744068
        },
        {
            "start": 821744071,
            "stop": 821744076
        },
        {
            "start": 821744079,
            "stop": 821744082
        },
        {
            "start": 821744085,
            "stop": 821744094
        },
        {
            "start": 821744098,
            "stop": 821744102
        },
        {
            "start": 821744109,
            "stop": 821744119
        },
        {
            "start": 821744122,
            "stop": 821744124
        },
        {
            "start": 821744131,
            "stop": 821744148
        },
        {
            "start": 821744151,
            "stop": 821744167
        },
        {
            "start": 821744175,
            "stop": 821744176
        },
        {
            "start": 821744179,
            "stop": 821744183
        },
        {
            "start": 821744187,
            "stop": 821744200
        }
    ]
}