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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=85",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=83",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 84,
    "results": [
        {
            "start": 1133111789,
            "stop": 1133121833
        },
        {
            "start": 1133122786,
            "stop": 1133124520
        },
        {
            "start": 1133124528,
            "stop": 1133126572
        },
        {
            "start": 1133126580,
            "stop": 1133128231
        },
        {
            "start": 1133128239,
            "stop": 1133132498
        },
        {
            "start": 1133132500,
            "stop": 1133134779
        },
        {
            "start": 1133134787,
            "stop": 1133135954
        },
        {
            "start": 1133135956,
            "stop": 1133136581
        },
        {
            "start": 1133136589,
            "stop": 1133138731
        },
        {
            "start": 1133139254,
            "stop": 1133143212
        },
        {
            "start": 1133143220,
            "stop": 1133151289
        },
        {
            "start": 1133151291,
            "stop": 1133172945
        },
        {
            "start": 1133180512,
            "stop": 1133186615
        },
        {
            "start": 1133186623,
            "stop": 1133191332
        },
        {
            "start": 1133191334,
            "stop": 1133191654
        },
        {
            "start": 1133191656,
            "stop": 1133197242
        },
        {
            "start": 1133197250,
            "stop": 1133199954
        },
        {
            "start": 1133199962,
            "stop": 1133212381
        },
        {
            "start": 1133212389,
            "stop": 1133219140
        },
        {
            "start": 1133219148,
            "stop": 1133219359
        }
    ]
}