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=9030
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=9031",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9029",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9030,
    "results": [
        {
            "start": 874155470,
            "stop": 874155656
        },
        {
            "start": 874155685,
            "stop": 874155886
        },
        {
            "start": 874155905,
            "stop": 874156042
        },
        {
            "start": 874156078,
            "stop": 874156162
        },
        {
            "start": 874156187,
            "stop": 874156281
        },
        {
            "start": 874156300,
            "stop": 874156338
        },
        {
            "start": 874156357,
            "stop": 874156381
        },
        {
            "start": 874156400,
            "stop": 874156441
        },
        {
            "start": 874156458,
            "stop": 874156462
        },
        {
            "start": 874156481,
            "stop": 874156547
        },
        {
            "start": 874156564,
            "stop": 874156583
        },
        {
            "start": 874158713,
            "stop": 874158739
        },
        {
            "start": 874158782,
            "stop": 874158783
        },
        {
            "start": 874158809,
            "stop": 874158857
        },
        {
            "start": 874158904,
            "stop": 874158929
        },
        {
            "start": 874158948,
            "stop": 874158957
        },
        {
            "start": 874158991,
            "stop": 874159020
        },
        {
            "start": 874159040,
            "stop": 874159111
        },
        {
            "start": 874159128,
            "stop": 874159163
        },
        {
            "start": 874159182,
            "stop": 874159262
        }
    ]
}