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=52
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=53",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=51",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 52,
    "results": [
        {
            "start": 821883539,
            "stop": 821906353
        },
        {
            "start": 821906408,
            "stop": 821906409
        },
        {
            "start": 821906707,
            "stop": 821909473
        },
        {
            "start": 821910889,
            "stop": 821911933
        },
        {
            "start": 821911969,
            "stop": 821911970
        },
        {
            "start": 821912080,
            "stop": 821915105
        },
        {
            "start": 821916305,
            "stop": 821969278
        },
        {
            "start": 821970104,
            "stop": 821990653
        },
        {
            "start": 821991937,
            "stop": 821992693
        },
        {
            "start": 821992727,
            "stop": 821992728
        },
        {
            "start": 821993087,
            "stop": 822003365
        },
        {
            "start": 822004157,
            "stop": 822012073
        },
        {
            "start": 822012769,
            "stop": 822032160
        },
        {
            "start": 822032815,
            "stop": 822034626
        },
        {
            "start": 822035492,
            "stop": 822064933
        },
        {
            "start": 822064942,
            "stop": 822064943
        },
        {
            "start": 822065156,
            "stop": 822066194
        },
        {
            "start": 822066974,
            "stop": 822077713
        },
        {
            "start": 822079059,
            "stop": 822081013
        },
        {
            "start": 822081996,
            "stop": 822084253
        }
    ]
}