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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3515",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3513",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3514,
    "results": [
        {
            "start": 871389779,
            "stop": 871389783
        },
        {
            "start": 871389800,
            "stop": 871389811
        },
        {
            "start": 871389828,
            "stop": 871389930
        },
        {
            "start": 871389947,
            "stop": 871390196
        },
        {
            "start": 871390213,
            "stop": 871391760
        },
        {
            "start": 871391856,
            "stop": 871392354
        },
        {
            "start": 871392384,
            "stop": 871392482
        },
        {
            "start": 871393624,
            "stop": 871393960
        },
        {
            "start": 871394045,
            "stop": 871394100
        },
        {
            "start": 871394160,
            "stop": 871394280
        },
        {
            "start": 871394889,
            "stop": 871394940
        },
        {
            "start": 871395000,
            "stop": 871395243
        },
        {
            "start": 871395260,
            "stop": 871395670
        },
        {
            "start": 871395687,
            "stop": 871395849
        },
        {
            "start": 871395866,
            "stop": 871396437
        },
        {
            "start": 871396454,
            "stop": 871397189
        },
        {
            "start": 871397206,
            "stop": 871397286
        },
        {
            "start": 871397303,
            "stop": 871397639
        },
        {
            "start": 871397656,
            "stop": 871398028
        },
        {
            "start": 871398045,
            "stop": 871398140
        }
    ]
}