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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=316",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=314",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 315,
    "results": [
        {
            "start": 821324559,
            "stop": 821324672
        },
        {
            "start": 821324679,
            "stop": 821324743
        },
        {
            "start": 821324750,
            "stop": 821324827
        },
        {
            "start": 821324834,
            "stop": 821325028
        },
        {
            "start": 821325035,
            "stop": 821325050
        },
        {
            "start": 821325057,
            "stop": 821325389
        },
        {
            "start": 821325396,
            "stop": 821325630
        },
        {
            "start": 821325638,
            "stop": 821325764
        },
        {
            "start": 821325771,
            "stop": 821326267
        },
        {
            "start": 821326274,
            "stop": 821326313
        },
        {
            "start": 821326320,
            "stop": 821326323
        },
        {
            "start": 821326330,
            "stop": 821326429
        },
        {
            "start": 821326439,
            "stop": 821326894
        },
        {
            "start": 821326902,
            "stop": 821326999
        },
        {
            "start": 821327006,
            "stop": 821327146
        },
        {
            "start": 821327154,
            "stop": 821327249
        },
        {
            "start": 821327256,
            "stop": 821327324
        },
        {
            "start": 821327331,
            "stop": 821327487
        },
        {
            "start": 821327494,
            "stop": 821327720
        },
        {
            "start": 821327730,
            "stop": 821328125
        }
    ]
}