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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=127",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=125",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 126,
    "results": [
        {
            "start": 849114339,
            "stop": 849208740
        },
        {
            "start": 849208834,
            "stop": 849208910
        },
        {
            "start": 849208976,
            "stop": 849209052
        },
        {
            "start": 849209191,
            "stop": 849213047
        },
        {
            "start": 849214043,
            "stop": 849214802
        },
        {
            "start": 849216664,
            "stop": 849227806
        },
        {
            "start": 849227844,
            "stop": 849248245
        },
        {
            "start": 849249880,
            "stop": 849300030
        },
        {
            "start": 849306121,
            "stop": 849369717
        },
        {
            "start": 849402005,
            "stop": 849414197
        },
        {
            "start": 849414573,
            "stop": 849427508
        },
        {
            "start": 849429441,
            "stop": 849443431
        },
        {
            "start": 849445538,
            "stop": 849460119
        },
        {
            "start": 849460242,
            "stop": 849463511
        },
        {
            "start": 849463638,
            "stop": 849464149
        },
        {
            "start": 849464210,
            "stop": 849465599
        },
        {
            "start": 849465637,
            "stop": 849470626
        },
        {
            "start": 849471557,
            "stop": 849471607
        },
        {
            "start": 849471631,
            "stop": 849471678
        },
        {
            "start": 849473446,
            "stop": 849479897
        }
    ]
}