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=546
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=547",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=545",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 546,
    "results": [
        {
            "start": 1185099670,
            "stop": 1185100448
        },
        {
            "start": 1185100510,
            "stop": 1185101148
        },
        {
            "start": 1185101152,
            "stop": 1185102411
        },
        {
            "start": 1185144020,
            "stop": 1185147323
        },
        {
            "start": 1185147327,
            "stop": 1185149103
        },
        {
            "start": 1185149107,
            "stop": 1185149471
        },
        {
            "start": 1185149474,
            "stop": 1185153644
        },
        {
            "start": 1185153646,
            "stop": 1185154003
        },
        {
            "start": 1185157517,
            "stop": 1185160624
        },
        {
            "start": 1185160628,
            "stop": 1185160989
        },
        {
            "start": 1185160991,
            "stop": 1185162316
        },
        {
            "start": 1185162318,
            "stop": 1185162327
        },
        {
            "start": 1185162329,
            "stop": 1185162330
        },
        {
            "start": 1185162334,
            "stop": 1185164133
        },
        {
            "start": 1185164586,
            "stop": 1185164682
        },
        {
            "start": 1185164686,
            "stop": 1185167984
        },
        {
            "start": 1185167988,
            "stop": 1185168709
        },
        {
            "start": 1185168713,
            "stop": 1185173973
        },
        {
            "start": 1185173975,
            "stop": 1185174044
        },
        {
            "start": 1185174046,
            "stop": 1185176302
        }
    ]
}