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=68
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=69",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=67",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 68,
    "results": [
        {
            "start": 822181212,
            "stop": 822182935
        },
        {
            "start": 822183783,
            "stop": 822184993
        },
        {
            "start": 822185720,
            "stop": 822198255
        },
        {
            "start": 822202745,
            "stop": 822205498
        },
        {
            "start": 822206353,
            "stop": 822208633
        },
        {
            "start": 822209829,
            "stop": 822220303
        },
        {
            "start": 822272362,
            "stop": 822282883
        },
        {
            "start": 822283875,
            "stop": 822290413
        },
        {
            "start": 822290943,
            "stop": 822314771
        },
        {
            "start": 822314774,
            "stop": 822315389
        },
        {
            "start": 822315398,
            "stop": 822315476
        },
        {
            "start": 822315481,
            "stop": 822315610
        },
        {
            "start": 822315619,
            "stop": 822315629
        },
        {
            "start": 822315638,
            "stop": 822315643
        },
        {
            "start": 822315671,
            "stop": 822315811
        },
        {
            "start": 822315815,
            "stop": 822316176
        },
        {
            "start": 822316185,
            "stop": 822316198
        },
        {
            "start": 822316203,
            "stop": 822316243
        },
        {
            "start": 822316246,
            "stop": 822317198
        },
        {
            "start": 822317207,
            "stop": 822317218
        }
    ]
}