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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=40",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=38",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 39,
    "results": [
        {
            "start": 821051770,
            "stop": 821052012
        },
        {
            "start": 821052015,
            "stop": 821052188
        },
        {
            "start": 821052191,
            "stop": 821052402
        },
        {
            "start": 821052405,
            "stop": 821053307
        },
        {
            "start": 821053310,
            "stop": 821055805
        },
        {
            "start": 821055806,
            "stop": 821056362
        },
        {
            "start": 821057895,
            "stop": 821061254
        },
        {
            "start": 821061634,
            "stop": 821064140
        },
        {
            "start": 821064143,
            "stop": 821065097
        },
        {
            "start": 821065115,
            "stop": 821067103
        },
        {
            "start": 821067106,
            "stop": 821067182
        },
        {
            "start": 821067185,
            "stop": 821069476
        },
        {
            "start": 821069479,
            "stop": 821070989
        },
        {
            "start": 821075333,
            "stop": 821076398
        },
        {
            "start": 821076401,
            "stop": 821078894
        },
        {
            "start": 821078897,
            "stop": 821080884
        },
        {
            "start": 821080887,
            "stop": 821082033
        },
        {
            "start": 821082034,
            "stop": 821098691
        },
        {
            "start": 821098692,
            "stop": 821098695
        },
        {
            "start": 821098701,
            "stop": 821098715
        }
    ]
}