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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=429",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=427",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 428,
    "results": [
        {
            "start": 866604882,
            "stop": 866604898
        },
        {
            "start": 866604902,
            "stop": 866605037
        },
        {
            "start": 866606115,
            "stop": 866606685
        },
        {
            "start": 866606688,
            "stop": 866651429
        },
        {
            "start": 866659969,
            "stop": 866726651
        },
        {
            "start": 866726924,
            "stop": 866736394
        },
        {
            "start": 866737368,
            "stop": 866738335
        },
        {
            "start": 866739202,
            "stop": 866760705
        },
        {
            "start": 866760708,
            "stop": 866761737
        },
        {
            "start": 866761741,
            "stop": 866761829
        },
        {
            "start": 866761833,
            "stop": 866761922
        },
        {
            "start": 866761926,
            "stop": 866761966
        },
        {
            "start": 866761979,
            "stop": 866762009
        },
        {
            "start": 866762013,
            "stop": 866762019
        },
        {
            "start": 866762023,
            "stop": 866762053
        },
        {
            "start": 866762067,
            "stop": 866762082
        },
        {
            "start": 866762100,
            "stop": 866762106
        },
        {
            "start": 866762115,
            "stop": 866762121
        },
        {
            "start": 866762144,
            "stop": 866762150
        },
        {
            "start": 866762168,
            "stop": 866762174
        }
    ]
}