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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_DATA/segments?format=api&page=28",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_DATA/segments?format=api&page=26",
    "results_count": 1350,
    "results_per_page": 20,
    "num_pages": 68,
    "page_number": 27,
    "results": [
        {
            "start": 1242619720,
            "stop": 1242620752
        },
        {
            "start": 1242622853,
            "stop": 1242622945
        },
        {
            "start": 1242622953,
            "stop": 1242622964
        },
        {
            "start": 1242623174,
            "stop": 1242623282
        },
        {
            "start": 1242623291,
            "stop": 1242623530
        },
        {
            "start": 1242623761,
            "stop": 1242623764
        },
        {
            "start": 1242626195,
            "stop": 1242627655
        },
        {
            "start": 1242627663,
            "stop": 1242629813
        },
        {
            "start": 1242645021,
            "stop": 1242648080
        },
        {
            "start": 1242649943,
            "stop": 1242649945
        },
        {
            "start": 1242653342,
            "stop": 1242655428
        },
        {
            "start": 1242657950,
            "stop": 1242665663
        },
        {
            "start": 1242667359,
            "stop": 1242667643
        },
        {
            "start": 1242667659,
            "stop": 1242668323
        },
        {
            "start": 1242669816,
            "stop": 1242671588
        },
        {
            "start": 1242671596,
            "stop": 1242671628
        },
        {
            "start": 1242671636,
            "stop": 1242671916
        },
        {
            "start": 1242671924,
            "stop": 1242674036
        },
        {
            "start": 1242674044,
            "stop": 1242676124
        },
        {
            "start": 1242676132,
            "stop": 1242676236
        }
    ]
}