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=43
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=44",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=42",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 43,
    "results": [
        {
            "start": 820934871,
            "stop": 820940113
        },
        {
            "start": 820940148,
            "stop": 820940150
        },
        {
            "start": 820940415,
            "stop": 820940709
        },
        {
            "start": 820940872,
            "stop": 820942060
        },
        {
            "start": 820942064,
            "stop": 820942375
        },
        {
            "start": 820942379,
            "stop": 820942499
        },
        {
            "start": 820942503,
            "stop": 820942518
        },
        {
            "start": 820942522,
            "stop": 820942750
        },
        {
            "start": 820942754,
            "stop": 820942873
        },
        {
            "start": 820965635,
            "stop": 820967222
        },
        {
            "start": 820968237,
            "stop": 820973646
        },
        {
            "start": 820976296,
            "stop": 820978684
        },
        {
            "start": 820978734,
            "stop": 820981453
        },
        {
            "start": 820982417,
            "stop": 820993809
        },
        {
            "start": 820995490,
            "stop": 820995766
        },
        {
            "start": 820997694,
            "stop": 820997773
        },
        {
            "start": 820997815,
            "stop": 820997816
        },
        {
            "start": 820998216,
            "stop": 820998373
        },
        {
            "start": 821025824,
            "stop": 821027233
        },
        {
            "start": 821027277,
            "stop": 821027278
        }
    ]
}