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=586
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=587",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=585",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 586,
    "results": [
        {
            "start": 839960046,
            "stop": 839960217
        },
        {
            "start": 839960258,
            "stop": 839960263
        },
        {
            "start": 839960276,
            "stop": 839960415
        },
        {
            "start": 839960486,
            "stop": 839961202
        },
        {
            "start": 839961211,
            "stop": 839961247
        },
        {
            "start": 839961255,
            "stop": 839963153
        },
        {
            "start": 839963161,
            "stop": 839963334
        },
        {
            "start": 839964616,
            "stop": 839971614
        },
        {
            "start": 839972277,
            "stop": 839977660
        },
        {
            "start": 839978764,
            "stop": 840039690
        },
        {
            "start": 840041157,
            "stop": 840047203
        },
        {
            "start": 840047255,
            "stop": 840047560
        },
        {
            "start": 840047584,
            "stop": 840047679
        },
        {
            "start": 840047724,
            "stop": 840047807
        },
        {
            "start": 840047931,
            "stop": 840047955
        },
        {
            "start": 840049036,
            "stop": 840049273
        },
        {
            "start": 840049816,
            "stop": 840078654
        },
        {
            "start": 840078669,
            "stop": 840078675
        },
        {
            "start": 840080385,
            "stop": 840081695
        },
        {
            "start": 840082942,
            "stop": 840144746
        }
    ]
}