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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=47",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=45",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 46,
    "results": [
        {
            "start": 821912080,
            "stop": 821915134
        },
        {
            "start": 821916305,
            "stop": 821969307
        },
        {
            "start": 821970104,
            "stop": 821990693
        },
        {
            "start": 821991937,
            "stop": 821992726
        },
        {
            "start": 821993087,
            "stop": 822003394
        },
        {
            "start": 822004157,
            "stop": 822012117
        },
        {
            "start": 822012769,
            "stop": 822032189
        },
        {
            "start": 822032815,
            "stop": 822034626
        },
        {
            "start": 822035492,
            "stop": 822064943
        },
        {
            "start": 822065156,
            "stop": 822066194
        },
        {
            "start": 822066974,
            "stop": 822077764
        },
        {
            "start": 822079059,
            "stop": 822081058
        },
        {
            "start": 822081996,
            "stop": 822084265
        },
        {
            "start": 822084352,
            "stop": 822085230
        },
        {
            "start": 822085976,
            "stop": 822088209
        },
        {
            "start": 822089508,
            "stop": 822089768
        },
        {
            "start": 822091576,
            "stop": 822092528
        },
        {
            "start": 822093343,
            "stop": 822094561
        },
        {
            "start": 822095392,
            "stop": 822098152
        },
        {
            "start": 822098385,
            "stop": 822128758
        }
    ]
}