Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=628
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=629",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=627",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 628,
    "results": [
        {
            "start": 849930110,
            "stop": 849942387
        },
        {
            "start": 849942508,
            "stop": 849945923
        },
        {
            "start": 849945976,
            "stop": 849947364
        },
        {
            "start": 849947471,
            "stop": 849947843
        },
        {
            "start": 849947862,
            "stop": 849948034
        },
        {
            "start": 849948053,
            "stop": 849949529
        },
        {
            "start": 849949623,
            "stop": 849949956
        },
        {
            "start": 849950066,
            "stop": 849950447
        },
        {
            "start": 849953968,
            "stop": 849958672
        },
        {
            "start": 849961136,
            "stop": 849961710
        },
        {
            "start": 849961830,
            "stop": 849974438
        },
        {
            "start": 849997247,
            "stop": 849997772
        },
        {
            "start": 849999196,
            "stop": 850020507
        },
        {
            "start": 850021582,
            "stop": 850056630
        },
        {
            "start": 850056690,
            "stop": 850058287
        },
        {
            "start": 850058304,
            "stop": 850061103
        },
        {
            "start": 850063845,
            "stop": 850064037
        },
        {
            "start": 850100411,
            "stop": 850101510
        },
        {
            "start": 850101570,
            "stop": 850101590
        },
        {
            "start": 850102470,
            "stop": 850104259
        }
    ]
}