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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9113",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9111",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9112,
    "results": [
        {
            "start": 874881005,
            "stop": 874881954
        },
        {
            "start": 874881986,
            "stop": 874882473
        },
        {
            "start": 874882492,
            "stop": 874882701
        },
        {
            "start": 874882718,
            "stop": 874884969
        },
        {
            "start": 874884988,
            "stop": 874885064
        },
        {
            "start": 874885083,
            "stop": 874886514
        },
        {
            "start": 874886533,
            "stop": 874886666
        },
        {
            "start": 874886686,
            "stop": 874887093
        },
        {
            "start": 874887110,
            "stop": 874887250
        },
        {
            "start": 874887269,
            "stop": 874887552
        },
        {
            "start": 874887570,
            "stop": 874887588
        },
        {
            "start": 874887607,
            "stop": 874888054
        },
        {
            "start": 874888074,
            "stop": 874889000
        },
        {
            "start": 874889035,
            "stop": 874889079
        },
        {
            "start": 874889099,
            "stop": 874889112
        },
        {
            "start": 874889131,
            "stop": 874890485
        },
        {
            "start": 874890502,
            "stop": 874890593
        },
        {
            "start": 874890612,
            "stop": 874891193
        },
        {
            "start": 874891210,
            "stop": 874896136
        },
        {
            "start": 874896153,
            "stop": 874896306
        }
    ]
}