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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8384",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8382",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8383,
    "results": [
        {
            "start": 874878900,
            "stop": 874879804
        },
        {
            "start": 874879823,
            "stop": 874880600
        },
        {
            "start": 874880619,
            "stop": 874880940
        },
        {
            "start": 874881005,
            "stop": 874881060
        },
        {
            "start": 874881120,
            "stop": 874881420
        },
        {
            "start": 874881480,
            "stop": 874881954
        },
        {
            "start": 874881986,
            "stop": 874882473
        },
        {
            "start": 874882492,
            "stop": 874882701
        },
        {
            "start": 874882718,
            "stop": 874883280
        },
        {
            "start": 874883340,
            "stop": 874883940
        },
        {
            "start": 874884000,
            "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": 874887812
        },
        {
            "start": 874887979,
            "stop": 874888054
        }
    ]
}