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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=55",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=53",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 54,
    "results": [
        {
            "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
        },
        {
            "start": 822084264,
            "stop": 822084265
        },
        {
            "start": 822084352,
            "stop": 822085206
        },
        {
            "start": 822085976,
            "stop": 822088153
        },
        {
            "start": 822089508,
            "stop": 822089713
        },
        {
            "start": 822091576,
            "stop": 822092501
        },
        {
            "start": 822093343,
            "stop": 822094513
        },
        {
            "start": 822095392,
            "stop": 822098152
        },
        {
            "start": 822098385,
            "stop": 822128759
        },
        {
            "start": 822128761,
            "stop": 822152173
        },
        {
            "start": 822152436,
            "stop": 822153253
        },
        {
            "start": 822153288,
            "stop": 822153290
        },
        {
            "start": 822178414,
            "stop": 822179424
        }
    ]
}