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=386
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=387",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=385",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 386,
    "results": [
        {
            "start": 818290431,
            "stop": 818290432
        },
        {
            "start": 818290519,
            "stop": 818290521
        },
        {
            "start": 818290840,
            "stop": 818290841
        },
        {
            "start": 818290872,
            "stop": 818290873
        },
        {
            "start": 818291018,
            "stop": 818291019
        },
        {
            "start": 818291094,
            "stop": 818291096
        },
        {
            "start": 818291279,
            "stop": 818291280
        },
        {
            "start": 818291837,
            "stop": 818291838
        },
        {
            "start": 818292052,
            "stop": 818292053
        },
        {
            "start": 818292198,
            "stop": 818292201
        },
        {
            "start": 818292803,
            "stop": 818292804
        },
        {
            "start": 818292889,
            "stop": 818292890
        },
        {
            "start": 818294381,
            "stop": 818296048
        },
        {
            "start": 818296369,
            "stop": 818297516
        },
        {
            "start": 818297519,
            "stop": 818301908
        },
        {
            "start": 818301942,
            "stop": 818302164
        },
        {
            "start": 818302218,
            "stop": 818312674
        },
        {
            "start": 818317449,
            "stop": 818318893
        },
        {
            "start": 818322137,
            "stop": 818324116
        },
        {
            "start": 818325301,
            "stop": 818326364
        }
    ]
}