Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=27
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=28",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=26",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 27,
    "results": [
        {
            "start": 816423382,
            "stop": 816423384
        },
        {
            "start": 816423412,
            "stop": 816423433
        },
        {
            "start": 816423509,
            "stop": 816423530
        },
        {
            "start": 816423600,
            "stop": 816423781
        },
        {
            "start": 816423800,
            "stop": 816423833
        },
        {
            "start": 816423854,
            "stop": 816423859
        },
        {
            "start": 816423879,
            "stop": 816423929
        },
        {
            "start": 816423948,
            "stop": 816423966
        },
        {
            "start": 816423986,
            "stop": 816424085
        },
        {
            "start": 816424105,
            "stop": 816424144
        },
        {
            "start": 816424170,
            "stop": 816424188
        },
        {
            "start": 816424225,
            "stop": 816424480
        },
        {
            "start": 816424500,
            "stop": 816424569
        },
        {
            "start": 816424597,
            "stop": 816424929
        },
        {
            "start": 816424950,
            "stop": 816424966
        },
        {
            "start": 816425005,
            "stop": 816425395
        },
        {
            "start": 816425415,
            "stop": 816426019
        },
        {
            "start": 816426049,
            "stop": 816426156
        },
        {
            "start": 816426178,
            "stop": 816426390
        },
        {
            "start": 816427470,
            "stop": 816427578
        }
    ]
}