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=25
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=26",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_DATA/segments?format=api&page=24",
    "results_count": 1350,
    "results_per_page": 20,
    "num_pages": 68,
    "page_number": 25,
    "results": [
        {
            "start": 1242489967,
            "stop": 1242489970
        },
        {
            "start": 1242491730,
            "stop": 1242493046
        },
        {
            "start": 1242493054,
            "stop": 1242494070
        },
        {
            "start": 1242494078,
            "stop": 1242497254
        },
        {
            "start": 1242497262,
            "stop": 1242499038
        },
        {
            "start": 1242499046,
            "stop": 1242500198
        },
        {
            "start": 1242500214,
            "stop": 1242502326
        },
        {
            "start": 1242502342,
            "stop": 1242503342
        },
        {
            "start": 1242503350,
            "stop": 1242505958
        },
        {
            "start": 1242505966,
            "stop": 1242506566
        },
        {
            "start": 1242506574,
            "stop": 1242509886
        },
        {
            "start": 1242509894,
            "stop": 1242511118
        },
        {
            "start": 1242511126,
            "stop": 1242514646
        },
        {
            "start": 1242514654,
            "stop": 1242516702
        },
        {
            "start": 1242516710,
            "stop": 1242518462
        },
        {
            "start": 1242518470,
            "stop": 1242524086
        },
        {
            "start": 1242524094,
            "stop": 1242524870
        },
        {
            "start": 1242524878,
            "stop": 1242529318
        },
        {
            "start": 1242529326,
            "stop": 1242534990
        },
        {
            "start": 1242535014,
            "stop": 1242537422
        }
    ]
}