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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5110",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5108",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5109,
    "results": [
        {
            "start": 874699384,
            "stop": 874699393
        },
        {
            "start": 874699412,
            "stop": 874699442
        },
        {
            "start": 874699461,
            "stop": 874699473
        },
        {
            "start": 874699506,
            "stop": 874699631
        },
        {
            "start": 874699650,
            "stop": 874699657
        },
        {
            "start": 874699690,
            "stop": 874699701
        },
        {
            "start": 874699725,
            "stop": 874699736
        },
        {
            "start": 874699755,
            "stop": 874699756
        },
        {
            "start": 874699775,
            "stop": 874699846
        },
        {
            "start": 874699868,
            "stop": 874699869
        },
        {
            "start": 874699888,
            "stop": 874699897
        },
        {
            "start": 874699917,
            "stop": 874699939
        },
        {
            "start": 874699977,
            "stop": 874700008
        },
        {
            "start": 874700027,
            "stop": 874700033
        },
        {
            "start": 874700061,
            "stop": 874700064
        },
        {
            "start": 874700084,
            "stop": 874700093
        },
        {
            "start": 874700112,
            "stop": 874700114
        },
        {
            "start": 874700154,
            "stop": 874700171
        },
        {
            "start": 874700190,
            "stop": 874700202
        },
        {
            "start": 874700275,
            "stop": 874700279
        }
    ]
}