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=335
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=336",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=334",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 335,
    "results": [
        {
            "start": 821570867,
            "stop": 821570951
        },
        {
            "start": 821570954,
            "stop": 821571048
        },
        {
            "start": 821571051,
            "stop": 821571078
        },
        {
            "start": 821571083,
            "stop": 821571084
        },
        {
            "start": 821571087,
            "stop": 821571119
        },
        {
            "start": 821571122,
            "stop": 821571133
        },
        {
            "start": 821571136,
            "stop": 821571164
        },
        {
            "start": 821571167,
            "stop": 821571201
        },
        {
            "start": 821571205,
            "stop": 821571207
        },
        {
            "start": 821571211,
            "stop": 821571231
        },
        {
            "start": 821571234,
            "stop": 821571313
        },
        {
            "start": 821571316,
            "stop": 821571320
        },
        {
            "start": 821571324,
            "stop": 821571484
        },
        {
            "start": 821571488,
            "stop": 821571616
        },
        {
            "start": 821571619,
            "stop": 821571638
        },
        {
            "start": 821571641,
            "stop": 821571643
        },
        {
            "start": 821571646,
            "stop": 821571736
        },
        {
            "start": 821571739,
            "stop": 821571741
        },
        {
            "start": 821571746,
            "stop": 821571800
        },
        {
            "start": 821571803,
            "stop": 821572013
        }
    ]
}