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/H1_CBCLOW_CAT3/segments?format=api&page=2398
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=2399",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2397",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2398,
    "results": [
        {
            "start": 873163270,
            "stop": 873163291
        },
        {
            "start": 873163308,
            "stop": 873163430
        },
        {
            "start": 873163510,
            "stop": 873166639
        },
        {
            "start": 873166656,
            "stop": 873166715
        },
        {
            "start": 873166732,
            "stop": 873166749
        },
        {
            "start": 873166781,
            "stop": 873166827
        },
        {
            "start": 873166844,
            "stop": 873167311
        },
        {
            "start": 873167329,
            "stop": 873167368
        },
        {
            "start": 873167394,
            "stop": 873167413
        },
        {
            "start": 873167435,
            "stop": 873167561
        },
        {
            "start": 873167578,
            "stop": 873167744
        },
        {
            "start": 873167761,
            "stop": 873167930
        },
        {
            "start": 873168010,
            "stop": 873168590
        },
        {
            "start": 873168670,
            "stop": 873171975
        },
        {
            "start": 873171992,
            "stop": 873173594
        },
        {
            "start": 873173611,
            "stop": 873173911
        },
        {
            "start": 873173928,
            "stop": 873173959
        },
        {
            "start": 873173976,
            "stop": 873177650
        },
        {
            "start": 873177730,
            "stop": 873179330
        },
        {
            "start": 873180369,
            "stop": 873184690
        }
    ]
}