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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=188",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=186",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 187,
    "results": [
        {
            "start": 933688990,
            "stop": 933689012
        },
        {
            "start": 933689015,
            "stop": 933689030
        },
        {
            "start": 933689033,
            "stop": 933692562
        },
        {
            "start": 933692566,
            "stop": 933692581
        },
        {
            "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
        }
    ]
}