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=619
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=620",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=618",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 619,
    "results": [
        {
            "start": 848324697,
            "stop": 848324955
        },
        {
            "start": 848325568,
            "stop": 848325668
        },
        {
            "start": 848326670,
            "stop": 848327857
        },
        {
            "start": 848327874,
            "stop": 848330206
        },
        {
            "start": 848332046,
            "stop": 848335491
        },
        {
            "start": 848336639,
            "stop": 848345319
        },
        {
            "start": 848345337,
            "stop": 848348010
        },
        {
            "start": 848348070,
            "stop": 848348084
        },
        {
            "start": 848383967,
            "stop": 848387589
        },
        {
            "start": 848387606,
            "stop": 848418210
        },
        {
            "start": 848419578,
            "stop": 848424946
        },
        {
            "start": 848425667,
            "stop": 848430972
        },
        {
            "start": 848433373,
            "stop": 848439981
        },
        {
            "start": 848441458,
            "stop": 848458110
        },
        {
            "start": 848460473,
            "stop": 848466307
        },
        {
            "start": 848468244,
            "stop": 848492202
        },
        {
            "start": 848492765,
            "stop": 848527657
        },
        {
            "start": 848531470,
            "stop": 848581230
        },
        {
            "start": 848582987,
            "stop": 848619437
        },
        {
            "start": 848620376,
            "stop": 848623950
        }
    ]
}