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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5058",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5056",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5057,
    "results": [
        {
            "start": 874604511,
            "stop": 874604571
        },
        {
            "start": 874604610,
            "stop": 874604626
        },
        {
            "start": 874604661,
            "stop": 874604678
        },
        {
            "start": 874604697,
            "stop": 874604760
        },
        {
            "start": 874604818,
            "stop": 874604839
        },
        {
            "start": 874604907,
            "stop": 874604908
        },
        {
            "start": 874604927,
            "stop": 874604933
        },
        {
            "start": 874604968,
            "stop": 874604985
        },
        {
            "start": 874605004,
            "stop": 874605008
        },
        {
            "start": 874605057,
            "stop": 874605061
        },
        {
            "start": 874605080,
            "stop": 874605091
        },
        {
            "start": 874605227,
            "stop": 874605242
        },
        {
            "start": 874605335,
            "stop": 874605344
        },
        {
            "start": 874605367,
            "stop": 874605376
        },
        {
            "start": 874605401,
            "stop": 874605424
        },
        {
            "start": 874605443,
            "stop": 874605456
        },
        {
            "start": 874605486,
            "stop": 874605514
        },
        {
            "start": 874605537,
            "stop": 874605547
        },
        {
            "start": 874605587,
            "stop": 874605592
        },
        {
            "start": 874605800,
            "stop": 874605809
        }
    ]
}