Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5294
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5295",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5293",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5294,
    "results": [
        {
            "start": 1137088396,
            "stop": 1137088399
        },
        {
            "start": 1137088401,
            "stop": 1137088402
        },
        {
            "start": 1137088404,
            "stop": 1137088415
        },
        {
            "start": 1137088417,
            "stop": 1137088496
        },
        {
            "start": 1137088498,
            "stop": 1137088499
        },
        {
            "start": 1137088502,
            "stop": 1137088504
        },
        {
            "start": 1137088506,
            "stop": 1137088536
        },
        {
            "start": 1137088538,
            "stop": 1137088556
        },
        {
            "start": 1137088558,
            "stop": 1137088574
        },
        {
            "start": 1137088576,
            "stop": 1137088629
        },
        {
            "start": 1137088631,
            "stop": 1137088686
        },
        {
            "start": 1137088688,
            "stop": 1137088691
        },
        {
            "start": 1137088693,
            "stop": 1137088784
        },
        {
            "start": 1137088786,
            "stop": 1137088814
        },
        {
            "start": 1137088816,
            "stop": 1137088933
        },
        {
            "start": 1137088935,
            "stop": 1137088942
        },
        {
            "start": 1137088944,
            "stop": 1137088945
        },
        {
            "start": 1137088948,
            "stop": 1137089118
        },
        {
            "start": 1137089120,
            "stop": 1137089122
        },
        {
            "start": 1137089124,
            "stop": 1137089125
        }
    ]
}