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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8881",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8879",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8880,
    "results": [
        {
            "start": 873206706,
            "stop": 873207275
        },
        {
            "start": 873207292,
            "stop": 873207357
        },
        {
            "start": 873207375,
            "stop": 873207579
        },
        {
            "start": 873207598,
            "stop": 873207821
        },
        {
            "start": 873207838,
            "stop": 873207935
        },
        {
            "start": 873207954,
            "stop": 873208003
        },
        {
            "start": 873208020,
            "stop": 873208072
        },
        {
            "start": 873208089,
            "stop": 873208157
        },
        {
            "start": 873208174,
            "stop": 873208268
        },
        {
            "start": 873208300,
            "stop": 873208487
        },
        {
            "start": 873208506,
            "stop": 873208512
        },
        {
            "start": 873208538,
            "stop": 873208612
        },
        {
            "start": 873208644,
            "stop": 873208648
        },
        {
            "start": 873208665,
            "stop": 873208807
        },
        {
            "start": 873208843,
            "stop": 873208856
        },
        {
            "start": 873208875,
            "stop": 873208880
        },
        {
            "start": 873208899,
            "stop": 873208926
        },
        {
            "start": 873208945,
            "stop": 873208947
        },
        {
            "start": 873208966,
            "stop": 873209086
        },
        {
            "start": 873209103,
            "stop": 873209108
        }
    ]
}