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_CW_CAT1/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/H2_CW_CAT1/segments?format=api&page=37",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=35",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 36,
    "results": [
        {
            "start": 820881935,
            "stop": 820893303
        },
        {
            "start": 820893307,
            "stop": 820893391
        },
        {
            "start": 820893395,
            "stop": 820893421
        },
        {
            "start": 820893425,
            "stop": 820893436
        },
        {
            "start": 820893440,
            "stop": 820893475
        },
        {
            "start": 820893483,
            "stop": 820893513
        },
        {
            "start": 820893517,
            "stop": 820893604
        },
        {
            "start": 820893613,
            "stop": 820893633
        },
        {
            "start": 820893637,
            "stop": 820893671
        },
        {
            "start": 820893685,
            "stop": 820893827
        },
        {
            "start": 820893831,
            "stop": 820893856
        },
        {
            "start": 820893860,
            "stop": 820893881
        },
        {
            "start": 820893884,
            "stop": 820894054
        },
        {
            "start": 820894058,
            "stop": 820894064
        },
        {
            "start": 820894068,
            "stop": 820894074
        },
        {
            "start": 820894078,
            "stop": 820894094
        },
        {
            "start": 820894098,
            "stop": 820894118
        },
        {
            "start": 820894122,
            "stop": 820894161
        },
        {
            "start": 820894165,
            "stop": 820894180
        },
        {
            "start": 820894184,
            "stop": 820894213
        }
    ]
}