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=36
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=37",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=35",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 36,
    "results": [
        {
            "start": 816467121,
            "stop": 816467140
        },
        {
            "start": 816467183,
            "stop": 816467630
        },
        {
            "start": 816467683,
            "stop": 816467694
        },
        {
            "start": 816467715,
            "stop": 816467757
        },
        {
            "start": 816467778,
            "stop": 816467899
        },
        {
            "start": 816467944,
            "stop": 816467953
        },
        {
            "start": 816467974,
            "stop": 816468135
        },
        {
            "start": 816468204,
            "stop": 816468316
        },
        {
            "start": 816468356,
            "stop": 816468370
        },
        {
            "start": 816468390,
            "stop": 816468432
        },
        {
            "start": 816468469,
            "stop": 816468572
        },
        {
            "start": 816468592,
            "stop": 816468634
        },
        {
            "start": 816468665,
            "stop": 816468680
        },
        {
            "start": 816468699,
            "stop": 816468761
        },
        {
            "start": 816468781,
            "stop": 816468819
        },
        {
            "start": 816468885,
            "stop": 816469022
        },
        {
            "start": 816469057,
            "stop": 816469063
        },
        {
            "start": 816469094,
            "stop": 816469114
        },
        {
            "start": 816469159,
            "stop": 816469323
        },
        {
            "start": 816469344,
            "stop": 816469607
        }
    ]
}