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=91
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=92",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=90",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 91,
    "results": [
        {
            "start": 816853351,
            "stop": 816853373
        },
        {
            "start": 816853403,
            "stop": 816853420
        },
        {
            "start": 816853441,
            "stop": 816853464
        },
        {
            "start": 816853519,
            "stop": 816853532
        },
        {
            "start": 816853586,
            "stop": 816853589
        },
        {
            "start": 816853635,
            "stop": 816853690
        },
        {
            "start": 816853726,
            "stop": 816853739
        },
        {
            "start": 816853818,
            "stop": 816853819
        },
        {
            "start": 816853866,
            "stop": 816853910
        },
        {
            "start": 816853927,
            "stop": 816853939
        },
        {
            "start": 816853956,
            "stop": 816853984
        },
        {
            "start": 816854008,
            "stop": 816854018
        },
        {
            "start": 816854071,
            "stop": 816854076
        },
        {
            "start": 816854113,
            "stop": 816854141
        },
        {
            "start": 816854160,
            "stop": 816854223
        },
        {
            "start": 816854265,
            "stop": 816854308
        },
        {
            "start": 816854329,
            "stop": 816854334
        },
        {
            "start": 816854393,
            "stop": 816854400
        },
        {
            "start": 816854498,
            "stop": 816854570
        },
        {
            "start": 816854640,
            "stop": 816854661
        }
    ]
}