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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3746",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3744",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3745,
    "results": [
        {
            "start": 873831600,
            "stop": 873831660
        },
        {
            "start": 873831780,
            "stop": 873831865
        },
        {
            "start": 873831882,
            "stop": 873832299
        },
        {
            "start": 873832316,
            "stop": 873832380
        },
        {
            "start": 873832500,
            "stop": 873832829
        },
        {
            "start": 873832846,
            "stop": 873832972
        },
        {
            "start": 873832989,
            "stop": 873833207
        },
        {
            "start": 873833224,
            "stop": 873833340
        },
        {
            "start": 873833400,
            "stop": 873833444
        },
        {
            "start": 873833461,
            "stop": 873833669
        },
        {
            "start": 873833686,
            "stop": 873834327
        },
        {
            "start": 873834351,
            "stop": 873834354
        },
        {
            "start": 873834943,
            "stop": 873835004
        },
        {
            "start": 873835021,
            "stop": 873835114
        },
        {
            "start": 873835136,
            "stop": 873835354
        },
        {
            "start": 873835371,
            "stop": 873836099
        },
        {
            "start": 873836116,
            "stop": 873836754
        },
        {
            "start": 873836771,
            "stop": 873836904
        },
        {
            "start": 873836921,
            "stop": 873837253
        },
        {
            "start": 873837270,
            "stop": 873837300
        }
    ]
}