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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=259",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=257",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 258,
    "results": [
        {
            "start": 852673996,
            "stop": 852679302
        },
        {
            "start": 852690177,
            "stop": 852691891
        },
        {
            "start": 852691940,
            "stop": 852692148
        },
        {
            "start": 852695527,
            "stop": 852697972
        },
        {
            "start": 852713235,
            "stop": 852715693
        },
        {
            "start": 852716282,
            "stop": 852716833
        },
        {
            "start": 852717813,
            "stop": 852745628
        },
        {
            "start": 852746740,
            "stop": 852752833
        },
        {
            "start": 852753514,
            "stop": 852758756
        },
        {
            "start": 852759788,
            "stop": 852794507
        },
        {
            "start": 852795893,
            "stop": 852825665
        },
        {
            "start": 852826457,
            "stop": 852920938
        },
        {
            "start": 852922758,
            "stop": 852931453
        },
        {
            "start": 852932507,
            "stop": 852953038
        },
        {
            "start": 852954183,
            "stop": 852998226
        },
        {
            "start": 853023578,
            "stop": 853023715
        },
        {
            "start": 853041202,
            "stop": 853067332
        },
        {
            "start": 853068672,
            "stop": 853196703
        },
        {
            "start": 853199740,
            "stop": 853263973
        },
        {
            "start": 853265955,
            "stop": 853272950
        }
    ]
}