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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=38",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=36",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 37,
    "results": [
        {
            "start": 931283660,
            "stop": 931283674
        },
        {
            "start": 931283705,
            "stop": 931283707
        },
        {
            "start": 931283725,
            "stop": 931283744
        },
        {
            "start": 931283765,
            "stop": 931283986
        },
        {
            "start": 931284005,
            "stop": 931284015
        },
        {
            "start": 931284435,
            "stop": 931284440
        },
        {
            "start": 931284485,
            "stop": 931284548
        },
        {
            "start": 931284595,
            "stop": 931284638
        },
        {
            "start": 931284656,
            "stop": 931284696
        },
        {
            "start": 931284754,
            "stop": 931284774
        },
        {
            "start": 931284813,
            "stop": 931284840
        },
        {
            "start": 931284902,
            "stop": 931284915
        },
        {
            "start": 931284933,
            "stop": 931284990
        },
        {
            "start": 931317186,
            "stop": 931317348
        },
        {
            "start": 931317350,
            "stop": 931318157
        },
        {
            "start": 931318160,
            "stop": 931319458
        },
        {
            "start": 931321135,
            "stop": 931321849
        },
        {
            "start": 931321851,
            "stop": 931322687
        },
        {
            "start": 931322692,
            "stop": 931323486
        },
        {
            "start": 931323488,
            "stop": 931323615
        }
    ]
}