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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=560",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=558",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 559,
    "results": [
        {
            "start": 1185437471,
            "stop": 1185437474
        },
        {
            "start": 1185437476,
            "stop": 1185438513
        },
        {
            "start": 1185438515,
            "stop": 1185438521
        },
        {
            "start": 1185438523,
            "stop": 1185439463
        },
        {
            "start": 1185439467,
            "stop": 1185439744
        },
        {
            "start": 1185439796,
            "stop": 1185440868
        },
        {
            "start": 1185440872,
            "stop": 1185440875
        },
        {
            "start": 1185440876,
            "stop": 1185440878
        },
        {
            "start": 1185440880,
            "stop": 1185441105
        },
        {
            "start": 1185441108,
            "stop": 1185441113
        },
        {
            "start": 1185441115,
            "stop": 1185441181
        },
        {
            "start": 1185441184,
            "stop": 1185442040
        },
        {
            "start": 1185442044,
            "stop": 1185446164
        },
        {
            "start": 1185446168,
            "stop": 1185446471
        },
        {
            "start": 1185446475,
            "stop": 1185447439
        },
        {
            "start": 1185447441,
            "stop": 1185448542
        },
        {
            "start": 1185448544,
            "stop": 1185449259
        },
        {
            "start": 1185449261,
            "stop": 1185455608
        },
        {
            "start": 1185455610,
            "stop": 1185463409
        },
        {
            "start": 1185463411,
            "stop": 1185463415
        }
    ]
}