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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1051",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1049",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1050,
    "results": [
        {
            "start": 1252940417,
            "stop": 1252941601
        },
        {
            "start": 1252941604,
            "stop": 1252943475
        },
        {
            "start": 1252943479,
            "stop": 1252945450
        },
        {
            "start": 1252945454,
            "stop": 1252947241
        },
        {
            "start": 1252947245,
            "stop": 1252947407
        },
        {
            "start": 1252947412,
            "stop": 1252947417
        },
        {
            "start": 1252947422,
            "stop": 1252949155
        },
        {
            "start": 1252949160,
            "stop": 1252949203
        },
        {
            "start": 1252949208,
            "stop": 1252949383
        },
        {
            "start": 1252949388,
            "stop": 1252950028
        },
        {
            "start": 1252950033,
            "stop": 1252950159
        },
        {
            "start": 1252950164,
            "stop": 1252950271
        },
        {
            "start": 1252950276,
            "stop": 1252951076
        },
        {
            "start": 1252951079,
            "stop": 1252951818
        },
        {
            "start": 1252951821,
            "stop": 1252952304
        },
        {
            "start": 1252952308,
            "stop": 1252954863
        },
        {
            "start": 1252954867,
            "stop": 1252956349
        },
        {
            "start": 1252956352,
            "stop": 1252956840
        },
        {
            "start": 1252956843,
            "stop": 1252957557
        },
        {
            "start": 1252957561,
            "stop": 1252958390
        }
    ]
}