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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1172",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1170",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1171,
    "results": [
        {
            "start": 952336573,
            "stop": 952336664
        },
        {
            "start": 952336665,
            "stop": 952336949
        },
        {
            "start": 952338326,
            "stop": 952339240
        },
        {
            "start": 952339242,
            "stop": 952340416
        },
        {
            "start": 952340418,
            "stop": 952340999
        },
        {
            "start": 952341001,
            "stop": 952341717
        },
        {
            "start": 952341719,
            "stop": 952342974
        },
        {
            "start": 952344416,
            "stop": 952344614
        },
        {
            "start": 952344616,
            "stop": 952346837
        },
        {
            "start": 952346841,
            "stop": 952346844
        },
        {
            "start": 952346846,
            "stop": 952346854
        },
        {
            "start": 952348510,
            "stop": 952353543
        },
        {
            "start": 952371946,
            "stop": 952375187
        },
        {
            "start": 952376573,
            "stop": 952380246
        },
        {
            "start": 952380271,
            "stop": 952380276
        },
        {
            "start": 952380301,
            "stop": 952380636
        },
        {
            "start": 952383872,
            "stop": 952383898
        },
        {
            "start": 952384056,
            "stop": 952385135
        },
        {
            "start": 952385650,
            "stop": 952386001
        },
        {
            "start": 952388489,
            "stop": 952389820
        }
    ]
}