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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=94",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=92",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 93,
    "results": [
        {
            "start": 816863829,
            "stop": 816863890
        },
        {
            "start": 816909199,
            "stop": 816909243
        },
        {
            "start": 816909290,
            "stop": 816909308
        },
        {
            "start": 816909327,
            "stop": 816909466
        },
        {
            "start": 816909517,
            "stop": 816909523
        },
        {
            "start": 816909602,
            "stop": 816909605
        },
        {
            "start": 816909625,
            "stop": 816909628
        },
        {
            "start": 816909648,
            "stop": 816909660
        },
        {
            "start": 816909744,
            "stop": 816909794
        },
        {
            "start": 816909900,
            "stop": 816909961
        },
        {
            "start": 816910023,
            "stop": 816910061
        },
        {
            "start": 816910081,
            "stop": 816910107
        },
        {
            "start": 816910152,
            "stop": 816910215
        },
        {
            "start": 816910235,
            "stop": 816910246
        },
        {
            "start": 816910291,
            "stop": 816910300
        },
        {
            "start": 816910303,
            "stop": 816910346
        },
        {
            "start": 816910403,
            "stop": 816910495
        },
        {
            "start": 816910537,
            "stop": 816910599
        },
        {
            "start": 816910619,
            "stop": 816910643
        },
        {
            "start": 816910726,
            "stop": 816910729
        }
    ]
}