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=423
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=424",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=422",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 423,
    "results": [
        {
            "start": 866167872,
            "stop": 866168003
        },
        {
            "start": 866168007,
            "stop": 866168037
        },
        {
            "start": 866168040,
            "stop": 866168065
        },
        {
            "start": 866168069,
            "stop": 866168088
        },
        {
            "start": 866168092,
            "stop": 866168103
        },
        {
            "start": 866168107,
            "stop": 866168161
        },
        {
            "start": 866168165,
            "stop": 866168195
        },
        {
            "start": 866168199,
            "stop": 866168209
        },
        {
            "start": 866168213,
            "stop": 866168231
        },
        {
            "start": 866168234,
            "stop": 866168310
        },
        {
            "start": 866168314,
            "stop": 866168334
        },
        {
            "start": 866168338,
            "stop": 866168386
        },
        {
            "start": 866168390,
            "stop": 866168419
        },
        {
            "start": 866168423,
            "stop": 866168496
        },
        {
            "start": 866168499,
            "stop": 866168524
        },
        {
            "start": 866168533,
            "stop": 866168678
        },
        {
            "start": 866169728,
            "stop": 866169852
        },
        {
            "start": 866169855,
            "stop": 866169866
        },
        {
            "start": 866169869,
            "stop": 866169895
        },
        {
            "start": 866169899,
            "stop": 866169914
        }
    ]
}