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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=51",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=49",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 50,
    "results": [
        {
            "start": 823255134,
            "stop": 823265553
        },
        {
            "start": 823265706,
            "stop": 823266133
        },
        {
            "start": 823269931,
            "stop": 823270813
        },
        {
            "start": 823270817,
            "stop": 823270818
        },
        {
            "start": 823271927,
            "stop": 823272111
        },
        {
            "start": 823273012,
            "stop": 823275175
        },
        {
            "start": 823289327,
            "stop": 823292090
        },
        {
            "start": 823293432,
            "stop": 823297093
        },
        {
            "start": 823298612,
            "stop": 823300799
        },
        {
            "start": 823328764,
            "stop": 823333813
        },
        {
            "start": 823336796,
            "stop": 823342535
        },
        {
            "start": 823342612,
            "stop": 823346053
        },
        {
            "start": 823347844,
            "stop": 823348513
        },
        {
            "start": 823348517,
            "stop": 823348518
        },
        {
            "start": 823348592,
            "stop": 823348689
        },
        {
            "start": 823348756,
            "stop": 823350253
        },
        {
            "start": 823350277,
            "stop": 823350278
        },
        {
            "start": 823350348,
            "stop": 823351240
        },
        {
            "start": 823351354,
            "stop": 823353373
        },
        {
            "start": 823354215,
            "stop": 823354305
        }
    ]
}