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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9829",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9827",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9828,
    "results": [
        {
            "start": 873833686,
            "stop": 873834085
        },
        {
            "start": 873834205,
            "stop": 873834327
        },
        {
            "start": 873834351,
            "stop": 873834354
        },
        {
            "start": 873834970,
            "stop": 873835004
        },
        {
            "start": 873835021,
            "stop": 873835114
        },
        {
            "start": 873835136,
            "stop": 873835354
        },
        {
            "start": 873835371,
            "stop": 873835680
        },
        {
            "start": 873835740,
            "stop": 873835920
        },
        {
            "start": 873835980,
            "stop": 873836099
        },
        {
            "start": 873836116,
            "stop": 873836754
        },
        {
            "start": 873836946,
            "stop": 873837253
        },
        {
            "start": 873837270,
            "stop": 873837300
        },
        {
            "start": 873837360,
            "stop": 873838084
        },
        {
            "start": 873838204,
            "stop": 873838440
        },
        {
            "start": 873838500,
            "stop": 873838860
        },
        {
            "start": 873838920,
            "stop": 873839040
        },
        {
            "start": 873839280,
            "stop": 873839520
        },
        {
            "start": 873839580,
            "stop": 873839605
        },
        {
            "start": 873839622,
            "stop": 873840056
        },
        {
            "start": 873840120,
            "stop": 873841521
        }
    ]
}