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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=540",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=538",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 539,
    "results": [
        {
            "start": 1184925809,
            "stop": 1184925823
        },
        {
            "start": 1184925825,
            "stop": 1184925828
        },
        {
            "start": 1184925832,
            "stop": 1184925833
        },
        {
            "start": 1184925835,
            "stop": 1184925836
        },
        {
            "start": 1184925850,
            "stop": 1184925851
        },
        {
            "start": 1184925856,
            "stop": 1184925860
        },
        {
            "start": 1184925864,
            "stop": 1184925865
        },
        {
            "start": 1184925878,
            "stop": 1184925879
        },
        {
            "start": 1184925893,
            "stop": 1184925896
        },
        {
            "start": 1184925898,
            "stop": 1184925899
        },
        {
            "start": 1184925901,
            "stop": 1184926015
        },
        {
            "start": 1184926017,
            "stop": 1184926019
        },
        {
            "start": 1184926021,
            "stop": 1184926025
        },
        {
            "start": 1184926027,
            "stop": 1184926034
        },
        {
            "start": 1184926057,
            "stop": 1184926087
        },
        {
            "start": 1184926106,
            "stop": 1184926107
        },
        {
            "start": 1184926125,
            "stop": 1184926160
        },
        {
            "start": 1184926162,
            "stop": 1184926217
        },
        {
            "start": 1184926219,
            "stop": 1184926221
        },
        {
            "start": 1184926226,
            "stop": 1184926414
        }
    ]
}