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/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=304
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=305",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=303",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 304,
    "results": [
        {
            "start": 933692583,
            "stop": 933692588
        },
        {
            "start": 933692590,
            "stop": 933692606
        },
        {
            "start": 933692609,
            "stop": 933692613
        },
        {
            "start": 933692615,
            "stop": 933692629
        },
        {
            "start": 933692634,
            "stop": 933695252
        },
        {
            "start": 933697149,
            "stop": 933697983
        },
        {
            "start": 933701582,
            "stop": 933703361
        },
        {
            "start": 933703367,
            "stop": 933703382
        },
        {
            "start": 933703384,
            "stop": 933703409
        },
        {
            "start": 933703411,
            "stop": 933703414
        },
        {
            "start": 933703417,
            "stop": 933703431
        },
        {
            "start": 933703436,
            "stop": 933704909
        },
        {
            "start": 933705402,
            "stop": 933706981
        },
        {
            "start": 933706984,
            "stop": 933706989
        },
        {
            "start": 933706991,
            "stop": 933707007
        },
        {
            "start": 933707010,
            "stop": 933707014
        },
        {
            "start": 933707016,
            "stop": 933707030
        },
        {
            "start": 933707035,
            "stop": 933707055
        },
        {
            "start": 933710382,
            "stop": 933710562
        },
        {
            "start": 933710566,
            "stop": 933710580
        }
    ]
}