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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=58",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=56",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 57,
    "results": [
        {
            "start": 1174100314,
            "stop": 1174101783
        },
        {
            "start": 1174101788,
            "stop": 1174101789
        },
        {
            "start": 1174101790,
            "stop": 1174101791
        },
        {
            "start": 1174101793,
            "stop": 1174101795
        },
        {
            "start": 1174101797,
            "stop": 1174102844
        },
        {
            "start": 1174102851,
            "stop": 1174116896
        },
        {
            "start": 1174116900,
            "stop": 1174116903
        },
        {
            "start": 1174116917,
            "stop": 1174116962
        },
        {
            "start": 1174116969,
            "stop": 1174117295
        },
        {
            "start": 1174117296,
            "stop": 1174144518
        },
        {
            "start": 1174172592,
            "stop": 1174184899
        },
        {
            "start": 1174192897,
            "stop": 1174200199
        },
        {
            "start": 1174200202,
            "stop": 1174241222
        },
        {
            "start": 1174257202,
            "stop": 1174257538
        },
        {
            "start": 1174257540,
            "stop": 1174261927
        },
        {
            "start": 1174265122,
            "stop": 1174272527
        },
        {
            "start": 1174355652,
            "stop": 1174355683
        },
        {
            "start": 1174355832,
            "stop": 1174363150
        },
        {
            "start": 1174363152,
            "stop": 1174363156
        },
        {
            "start": 1174363158,
            "stop": 1174386435
        }
    ]
}