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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3904",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3902",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3903,
    "results": [
        {
            "start": 874011520,
            "stop": 874012668
        },
        {
            "start": 874012671,
            "stop": 874014486
        },
        {
            "start": 874014487,
            "stop": 874014507
        },
        {
            "start": 874014874,
            "stop": 874018079
        },
        {
            "start": 874018080,
            "stop": 874018087
        },
        {
            "start": 874018089,
            "stop": 874018091
        },
        {
            "start": 874018092,
            "stop": 874018130
        },
        {
            "start": 874018131,
            "stop": 874018142
        },
        {
            "start": 874018143,
            "stop": 874018380
        },
        {
            "start": 874018440,
            "stop": 874021312
        },
        {
            "start": 874021315,
            "stop": 874023307
        },
        {
            "start": 874023308,
            "stop": 874024078
        },
        {
            "start": 874024081,
            "stop": 874024082
        },
        {
            "start": 874029151,
            "stop": 874031196
        },
        {
            "start": 874031199,
            "stop": 874031597
        },
        {
            "start": 874032107,
            "stop": 874035285
        },
        {
            "start": 874035288,
            "stop": 874035442
        },
        {
            "start": 874035445,
            "stop": 874035519
        },
        {
            "start": 874035522,
            "stop": 874035525
        },
        {
            "start": 874035528,
            "stop": 874035561
        }
    ]
}