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=1002
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=1003",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1001",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1002,
    "results": [
        {
            "start": 1251910667,
            "stop": 1251912105
        },
        {
            "start": 1251912110,
            "stop": 1251913347
        },
        {
            "start": 1251914179,
            "stop": 1251914245
        },
        {
            "start": 1251914268,
            "stop": 1251914303
        },
        {
            "start": 1251914492,
            "stop": 1251915345
        },
        {
            "start": 1251915353,
            "stop": 1251915468
        },
        {
            "start": 1251915472,
            "stop": 1251915513
        },
        {
            "start": 1251915518,
            "stop": 1251915802
        },
        {
            "start": 1251915805,
            "stop": 1251916543
        },
        {
            "start": 1251916548,
            "stop": 1251917173
        },
        {
            "start": 1251917181,
            "stop": 1251919619
        },
        {
            "start": 1251919622,
            "stop": 1251920853
        },
        {
            "start": 1251920857,
            "stop": 1251921069
        },
        {
            "start": 1251921074,
            "stop": 1251922004
        },
        {
            "start": 1251922009,
            "stop": 1251922126
        },
        {
            "start": 1251922131,
            "stop": 1251922367
        },
        {
            "start": 1251922371,
            "stop": 1251923300
        },
        {
            "start": 1251923305,
            "stop": 1251926034
        },
        {
            "start": 1251926038,
            "stop": 1251926080
        },
        {
            "start": 1251926084,
            "stop": 1251926313
        }
    ]
}