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=8023
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=8024",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8022",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8023,
    "results": [
        {
            "start": 872114086,
            "stop": 872114100
        },
        {
            "start": 872114280,
            "stop": 872114460
        },
        {
            "start": 872114580,
            "stop": 872114760
        },
        {
            "start": 872114820,
            "stop": 872115714
        },
        {
            "start": 872115731,
            "stop": 872115827
        },
        {
            "start": 872115844,
            "stop": 872115920
        },
        {
            "start": 872115937,
            "stop": 872115978
        },
        {
            "start": 872116098,
            "stop": 872116760
        },
        {
            "start": 872116777,
            "stop": 872116901
        },
        {
            "start": 872116920,
            "stop": 872118060
        },
        {
            "start": 872118120,
            "stop": 872120831
        },
        {
            "start": 872120851,
            "stop": 872122054
        },
        {
            "start": 872122174,
            "stop": 872123397
        },
        {
            "start": 872123420,
            "stop": 872124536
        },
        {
            "start": 872124564,
            "stop": 872124782
        },
        {
            "start": 872124799,
            "stop": 872125353
        },
        {
            "start": 872125370,
            "stop": 872127764
        },
        {
            "start": 872127781,
            "stop": 872130251
        },
        {
            "start": 872130268,
            "stop": 872131400
        },
        {
            "start": 872131423,
            "stop": 872131575
        }
    ]
}