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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8126",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8124",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8125,
    "results": [
        {
            "start": 970851659,
            "stop": 970851665
        },
        {
            "start": 970851668,
            "stop": 970851679
        },
        {
            "start": 970851684,
            "stop": 970851700
        },
        {
            "start": 970851703,
            "stop": 970851714
        },
        {
            "start": 970851717,
            "stop": 970851757
        },
        {
            "start": 970851770,
            "stop": 970851773
        },
        {
            "start": 970851793,
            "stop": 970851809
        },
        {
            "start": 970851812,
            "stop": 970851855
        },
        {
            "start": 970851859,
            "stop": 970851894
        },
        {
            "start": 970851905,
            "stop": 970851991
        },
        {
            "start": 970852002,
            "stop": 970852112
        },
        {
            "start": 970852117,
            "stop": 970852119
        },
        {
            "start": 970852123,
            "stop": 970852145
        },
        {
            "start": 970852154,
            "stop": 970852170
        },
        {
            "start": 970852174,
            "stop": 970852177
        },
        {
            "start": 970852182,
            "stop": 970852209
        },
        {
            "start": 970852220,
            "stop": 970852238
        },
        {
            "start": 970852245,
            "stop": 970852254
        },
        {
            "start": 970852261,
            "stop": 970852270
        },
        {
            "start": 970852279,
            "stop": 970852281
        }
    ]
}