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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=347",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=345",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 346,
    "results": [
        {
            "start": 824212464,
            "stop": 824212469
        },
        {
            "start": 824212473,
            "stop": 824212479
        },
        {
            "start": 824212483,
            "stop": 824212496
        },
        {
            "start": 824212503,
            "stop": 824212531
        },
        {
            "start": 824212535,
            "stop": 824212661
        },
        {
            "start": 824212675,
            "stop": 824212695
        },
        {
            "start": 824212699,
            "stop": 824212703
        },
        {
            "start": 824212710,
            "stop": 824212728
        },
        {
            "start": 824212746,
            "stop": 824212752
        },
        {
            "start": 824212756,
            "stop": 824212842
        },
        {
            "start": 824212851,
            "stop": 824212890
        },
        {
            "start": 824212898,
            "stop": 824212904
        },
        {
            "start": 824212909,
            "stop": 824212987
        },
        {
            "start": 824212991,
            "stop": 824213156
        },
        {
            "start": 824213160,
            "stop": 824213248
        },
        {
            "start": 824213257,
            "stop": 824213272
        },
        {
            "start": 824213276,
            "stop": 824213360
        },
        {
            "start": 824213363,
            "stop": 824213412
        },
        {
            "start": 824213416,
            "stop": 824214065
        },
        {
            "start": 824214070,
            "stop": 824214298
        }
    ]
}