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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=267",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=265",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 266,
    "results": [
        {
            "start": 933447583,
            "stop": 933447912
        },
        {
            "start": 933447917,
            "stop": 933449086
        },
        {
            "start": 933449091,
            "stop": 933449193
        },
        {
            "start": 933449198,
            "stop": 933449267
        },
        {
            "start": 933449272,
            "stop": 933449504
        },
        {
            "start": 933449509,
            "stop": 933449601
        },
        {
            "start": 933449602,
            "stop": 933450000
        },
        {
            "start": 933454515,
            "stop": 933455428
        },
        {
            "start": 933455429,
            "stop": 933455871
        },
        {
            "start": 933455876,
            "stop": 933456250
        },
        {
            "start": 933456251,
            "stop": 933456493
        },
        {
            "start": 933456494,
            "stop": 933456804
        },
        {
            "start": 933456805,
            "stop": 933456860
        },
        {
            "start": 933456861,
            "stop": 933456901
        },
        {
            "start": 933456902,
            "stop": 933458056
        },
        {
            "start": 933458057,
            "stop": 933458583
        },
        {
            "start": 933460473,
            "stop": 933460508
        },
        {
            "start": 933460513,
            "stop": 933460611
        },
        {
            "start": 933460617,
            "stop": 933460701
        },
        {
            "start": 933460706,
            "stop": 933460707
        }
    ]
}