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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT1/segments?format=api&page=12",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT1/segments?format=api&page=10",
    "results_count": 828,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 11,
    "results": [
        {
            "start": 1170470866,
            "stop": 1170473681
        },
        {
            "start": 1170480440,
            "stop": 1170481111
        },
        {
            "start": 1170481115,
            "stop": 1170481129
        },
        {
            "start": 1170484524,
            "stop": 1170484960
        },
        {
            "start": 1170484984,
            "stop": 1170486076
        },
        {
            "start": 1170486112,
            "stop": 1170487777
        },
        {
            "start": 1170488249,
            "stop": 1170504805
        },
        {
            "start": 1170507235,
            "stop": 1170517830
        },
        {
            "start": 1170551366,
            "stop": 1170551737
        },
        {
            "start": 1170551741,
            "stop": 1170552277
        },
        {
            "start": 1170552283,
            "stop": 1170552432
        },
        {
            "start": 1170552441,
            "stop": 1170553833
        },
        {
            "start": 1170553837,
            "stop": 1170554177
        },
        {
            "start": 1170554183,
            "stop": 1170554432
        },
        {
            "start": 1170554443,
            "stop": 1170554568
        },
        {
            "start": 1170554576,
            "stop": 1170554880
        },
        {
            "start": 1170554952,
            "stop": 1170555260
        },
        {
            "start": 1170563281,
            "stop": 1170563424
        },
        {
            "start": 1170563438,
            "stop": 1170563572
        },
        {
            "start": 1170563578,
            "stop": 1170564636
        }
    ]
}