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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4401",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4399",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4400,
    "results": [
        {
            "start": 875178960,
            "stop": 875179078
        },
        {
            "start": 875179097,
            "stop": 875179440
        },
        {
            "start": 875179500,
            "stop": 875179740
        },
        {
            "start": 875179800,
            "stop": 875179870
        },
        {
            "start": 875179907,
            "stop": 875179915
        },
        {
            "start": 875179934,
            "stop": 875179950
        },
        {
            "start": 875179969,
            "stop": 875180051
        },
        {
            "start": 875180070,
            "stop": 875180082
        },
        {
            "start": 875180101,
            "stop": 875180576
        },
        {
            "start": 875180595,
            "stop": 875180767
        },
        {
            "start": 875180786,
            "stop": 875181186
        },
        {
            "start": 875181205,
            "stop": 875181418
        },
        {
            "start": 875181437,
            "stop": 875181500
        },
        {
            "start": 875181519,
            "stop": 875181523
        },
        {
            "start": 875181542,
            "stop": 875181816
        },
        {
            "start": 875181835,
            "stop": 875181944
        },
        {
            "start": 875189700,
            "stop": 875189760
        },
        {
            "start": 875190180,
            "stop": 875190208
        },
        {
            "start": 875190558,
            "stop": 875190592
        },
        {
            "start": 875190611,
            "stop": 875190688
        }
    ]
}