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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=88",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=86",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 87,
    "results": [
        {
            "start": 931457791,
            "stop": 931457793
        },
        {
            "start": 931457798,
            "stop": 931457800
        },
        {
            "start": 931457808,
            "stop": 931457817
        },
        {
            "start": 931457828,
            "stop": 931457836
        },
        {
            "start": 931457842,
            "stop": 931457849
        },
        {
            "start": 931457855,
            "stop": 931457873
        },
        {
            "start": 931457882,
            "stop": 931457886
        },
        {
            "start": 931457892,
            "stop": 931457898
        },
        {
            "start": 931457906,
            "stop": 931457915
        },
        {
            "start": 931461152,
            "stop": 931461168
        },
        {
            "start": 931461176,
            "stop": 931461189
        },
        {
            "start": 931461195,
            "stop": 931461214
        },
        {
            "start": 931461223,
            "stop": 931461228
        },
        {
            "start": 931461234,
            "stop": 931461255
        },
        {
            "start": 931461260,
            "stop": 931461270
        },
        {
            "start": 931461276,
            "stop": 931461290
        },
        {
            "start": 931461297,
            "stop": 931461384
        },
        {
            "start": 931461390,
            "stop": 931461688
        },
        {
            "start": 931461695,
            "stop": 931461696
        },
        {
            "start": 931461719,
            "stop": 931461739
        }
    ]
}