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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=22",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=20",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 21,
    "results": [
        {
            "start": 816180300,
            "stop": 816180407
        },
        {
            "start": 816180410,
            "stop": 816181320
        },
        {
            "start": 816181440,
            "stop": 816182520
        },
        {
            "start": 816182580,
            "stop": 816183075
        },
        {
            "start": 816184320,
            "stop": 816184620
        },
        {
            "start": 816184680,
            "stop": 816185103
        },
        {
            "start": 816186901,
            "stop": 816187020
        },
        {
            "start": 816187080,
            "stop": 816187380
        },
        {
            "start": 816187440,
            "stop": 816187620
        },
        {
            "start": 816187680,
            "stop": 816188625
        },
        {
            "start": 816188642,
            "stop": 816188909
        },
        {
            "start": 816188926,
            "stop": 816189300
        },
        {
            "start": 816189420,
            "stop": 816189660
        },
        {
            "start": 816190352,
            "stop": 816191040
        },
        {
            "start": 816191100,
            "stop": 816191522
        },
        {
            "start": 816191884,
            "stop": 816191940
        },
        {
            "start": 816192000,
            "stop": 816192300
        },
        {
            "start": 816193833,
            "stop": 816194220
        },
        {
            "start": 816194340,
            "stop": 816194460
        },
        {
            "start": 816194520,
            "stop": 816194634
        }
    ]
}