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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=276",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=274",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 275,
    "results": [
        {
            "start": 931476998,
            "stop": 931477025
        },
        {
            "start": 931477027,
            "stop": 931477059
        },
        {
            "start": 931483244,
            "stop": 931483246
        },
        {
            "start": 931483253,
            "stop": 931483254
        },
        {
            "start": 931483367,
            "stop": 931483368
        },
        {
            "start": 931483448,
            "stop": 931483452
        },
        {
            "start": 931483516,
            "stop": 931483520
        },
        {
            "start": 931483581,
            "stop": 931483582
        },
        {
            "start": 931483584,
            "stop": 931483586
        },
        {
            "start": 931483605,
            "stop": 931483607
        },
        {
            "start": 931483618,
            "stop": 931483619
        },
        {
            "start": 931483627,
            "stop": 931483628
        },
        {
            "start": 931483795,
            "stop": 931483797
        },
        {
            "start": 931483823,
            "stop": 931483824
        },
        {
            "start": 931483855,
            "stop": 931483856
        },
        {
            "start": 931483860,
            "stop": 931483862
        },
        {
            "start": 931483930,
            "stop": 931483931
        },
        {
            "start": 931483948,
            "stop": 931483949
        },
        {
            "start": 931483955,
            "stop": 931483956
        },
        {
            "start": 931483961,
            "stop": 931483962
        }
    ]
}