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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=76",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=74",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 75,
    "results": [
        {
            "start": 818657617,
            "stop": 818672933
        },
        {
            "start": 818672950,
            "stop": 818677514
        },
        {
            "start": 818681335,
            "stop": 818684253
        },
        {
            "start": 818684270,
            "stop": 818687086
        },
        {
            "start": 818689526,
            "stop": 818692206
        },
        {
            "start": 818692210,
            "stop": 818695213
        },
        {
            "start": 818695661,
            "stop": 818708298
        },
        {
            "start": 818708315,
            "stop": 818712013
        },
        {
            "start": 818712375,
            "stop": 818713952
        },
        {
            "start": 818713970,
            "stop": 818715228
        },
        {
            "start": 818716549,
            "stop": 818717940
        },
        {
            "start": 818718840,
            "stop": 818719513
        },
        {
            "start": 818720844,
            "stop": 818723529
        },
        {
            "start": 818725527,
            "stop": 818728319
        },
        {
            "start": 818730103,
            "stop": 818734597
        },
        {
            "start": 818736605,
            "stop": 818737818
        },
        {
            "start": 818737835,
            "stop": 818739970
        },
        {
            "start": 818739987,
            "stop": 818761228
        },
        {
            "start": 818761245,
            "stop": 818766018
        },
        {
            "start": 818766022,
            "stop": 818768639
        }
    ]
}