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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=48",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=46",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 47,
    "results": [
        {
            "start": 822128765,
            "stop": 822152220
        },
        {
            "start": 822152436,
            "stop": 822153289
        },
        {
            "start": 822178414,
            "stop": 822179424
        },
        {
            "start": 822179496,
            "stop": 822179724
        },
        {
            "start": 822179810,
            "stop": 822182957
        },
        {
            "start": 822183781,
            "stop": 822185013
        },
        {
            "start": 822185719,
            "stop": 822194569
        },
        {
            "start": 822194633,
            "stop": 822198254
        },
        {
            "start": 822202743,
            "stop": 822221262
        },
        {
            "start": 822227903,
            "stop": 822238662
        },
        {
            "start": 822243518,
            "stop": 822243718
        },
        {
            "start": 822244032,
            "stop": 822244251
        },
        {
            "start": 822245031,
            "stop": 822263181
        },
        {
            "start": 822263391,
            "stop": 822267050
        },
        {
            "start": 822268196,
            "stop": 822268786
        },
        {
            "start": 822270644,
            "stop": 822282874
        },
        {
            "start": 822283455,
            "stop": 822290438
        },
        {
            "start": 822292223,
            "stop": 822294827
        },
        {
            "start": 822294912,
            "stop": 822315389
        },
        {
            "start": 822315951,
            "stop": 822316223
        }
    ]
}