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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=624",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=622",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 623,
    "results": [
        {
            "start": 1263184454,
            "stop": 1263187590
        },
        {
            "start": 1263187598,
            "stop": 1263193112
        },
        {
            "start": 1263193120,
            "stop": 1263195254
        },
        {
            "start": 1263195257,
            "stop": 1263199109
        },
        {
            "start": 1263199112,
            "stop": 1263199438
        },
        {
            "start": 1263199441,
            "stop": 1263201685
        },
        {
            "start": 1263201688,
            "stop": 1263204156
        },
        {
            "start": 1263204159,
            "stop": 1263206898
        },
        {
            "start": 1263206906,
            "stop": 1263208001
        },
        {
            "start": 1263208004,
            "stop": 1263211569
        },
        {
            "start": 1263211571,
            "stop": 1263212258
        },
        {
            "start": 1263212261,
            "stop": 1263215128
        },
        {
            "start": 1263215131,
            "stop": 1263215423
        },
        {
            "start": 1263215426,
            "stop": 1263215551
        },
        {
            "start": 1263215554,
            "stop": 1263215970
        },
        {
            "start": 1263215972,
            "stop": 1263216193
        },
        {
            "start": 1263216196,
            "stop": 1263219947
        },
        {
            "start": 1263219950,
            "stop": 1263220213
        },
        {
            "start": 1263220216,
            "stop": 1263221294
        },
        {
            "start": 1263221296,
            "stop": 1263221955
        }
    ]
}