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/H2_CBCLOW_CAT2/segments?format=api&page=749
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=750",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=748",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 749,
    "results": [
        {
            "start": 873516004,
            "stop": 873516006
        },
        {
            "start": 873516020,
            "stop": 873516028
        },
        {
            "start": 873516088,
            "stop": 873516099
        },
        {
            "start": 873516253,
            "stop": 873516259
        },
        {
            "start": 873516285,
            "stop": 873516295
        },
        {
            "start": 873516415,
            "stop": 873516422
        },
        {
            "start": 873516499,
            "stop": 873516506
        },
        {
            "start": 873516520,
            "stop": 873516539
        },
        {
            "start": 873516606,
            "stop": 873516633
        },
        {
            "start": 873516657,
            "stop": 873516718
        },
        {
            "start": 873516746,
            "stop": 873516760
        },
        {
            "start": 873516807,
            "stop": 873516846
        },
        {
            "start": 873516872,
            "stop": 873516989
        },
        {
            "start": 873517005,
            "stop": 873517032
        },
        {
            "start": 873517046,
            "stop": 873518557
        },
        {
            "start": 873518571,
            "stop": 873538801
        },
        {
            "start": 873538815,
            "stop": 873538822
        },
        {
            "start": 873538951,
            "stop": 873538959
        },
        {
            "start": 873538996,
            "stop": 873539021
        },
        {
            "start": 873539035,
            "stop": 873539042
        }
    ]
}