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=267
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=268",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=266",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 267,
    "results": [
        {
            "start": 1136513277,
            "stop": 1136513299
        },
        {
            "start": 1136513302,
            "stop": 1136513337
        },
        {
            "start": 1136513340,
            "stop": 1136513349
        },
        {
            "start": 1136513352,
            "stop": 1136513383
        },
        {
            "start": 1136513386,
            "stop": 1136513391
        },
        {
            "start": 1136513394,
            "stop": 1136513421
        },
        {
            "start": 1136513424,
            "stop": 1136513463
        },
        {
            "start": 1136513466,
            "stop": 1136513472
        },
        {
            "start": 1136513475,
            "stop": 1136513511
        },
        {
            "start": 1136513514,
            "stop": 1136513529
        },
        {
            "start": 1136513532,
            "stop": 1136513569
        },
        {
            "start": 1136513572,
            "stop": 1136513582
        },
        {
            "start": 1136513585,
            "stop": 1136513593
        },
        {
            "start": 1136513597,
            "stop": 1136513635
        },
        {
            "start": 1136513638,
            "stop": 1136513648
        },
        {
            "start": 1136513655,
            "stop": 1136513661
        },
        {
            "start": 1136513664,
            "stop": 1136513692
        },
        {
            "start": 1136513695,
            "stop": 1136513700
        },
        {
            "start": 1136513703,
            "stop": 1136513711
        },
        {
            "start": 1136513714,
            "stop": 1136513728
        }
    ]
}