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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT3/segments?format=api&page=207",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT3/segments?format=api&page=205",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 206,
    "results": [
        {
            "start": 1420786578,
            "stop": 1420786626
        },
        {
            "start": 1420786647,
            "stop": 1420786786
        },
        {
            "start": 1420786802,
            "stop": 1420786822
        },
        {
            "start": 1420786826,
            "stop": 1420786842
        },
        {
            "start": 1420786850,
            "stop": 1420786889
        },
        {
            "start": 1420786890,
            "stop": 1420786924
        },
        {
            "start": 1420786926,
            "stop": 1420787004
        },
        {
            "start": 1420787005,
            "stop": 1420787022
        },
        {
            "start": 1420787030,
            "stop": 1420787050
        },
        {
            "start": 1420787058,
            "stop": 1420787210
        },
        {
            "start": 1420787214,
            "stop": 1420787350
        },
        {
            "start": 1420787354,
            "stop": 1420787362
        },
        {
            "start": 1420787370,
            "stop": 1420787373
        },
        {
            "start": 1420787378,
            "stop": 1420787398
        },
        {
            "start": 1420787402,
            "stop": 1420787414
        },
        {
            "start": 1420787426,
            "stop": 1420787634
        },
        {
            "start": 1420787638,
            "stop": 1420787698
        },
        {
            "start": 1420787706,
            "stop": 1420788066
        },
        {
            "start": 1420788070,
            "stop": 1420788181
        },
        {
            "start": 1420788183,
            "stop": 1420788186
        }
    ]
}