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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_CBC_CAT1/segments?format=api&page=3",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_CBC_CAT1/segments?format=api",
    "results_count": 1350,
    "results_per_page": 20,
    "num_pages": 68,
    "page_number": 2,
    "results": [
        {
            "start": 1238428067,
            "stop": 1238443542
        },
        {
            "start": 1238444025,
            "stop": 1238448564
        },
        {
            "start": 1238448661,
            "stop": 1238463510
        },
        {
            "start": 1238463606,
            "stop": 1238465103
        },
        {
            "start": 1238465111,
            "stop": 1238466541
        },
        {
            "start": 1238466622,
            "stop": 1238469417
        },
        {
            "start": 1238469493,
            "stop": 1238472298
        },
        {
            "start": 1238472377,
            "stop": 1238489527
        },
        {
            "start": 1238489770,
            "stop": 1238489771
        },
        {
            "start": 1238490045,
            "stop": 1238490074
        },
        {
            "start": 1238490161,
            "stop": 1238493237
        },
        {
            "start": 1238493763,
            "stop": 1238496306
        },
        {
            "start": 1238496376,
            "stop": 1238505191
        },
        {
            "start": 1238505784,
            "stop": 1238519557
        },
        {
            "start": 1238519911,
            "stop": 1238526863
        },
        {
            "start": 1238526941,
            "stop": 1238553474
        },
        {
            "start": 1238553482,
            "stop": 1238591074
        },
        {
            "start": 1238591082,
            "stop": 1238603826
        },
        {
            "start": 1238603844,
            "stop": 1238604170
        },
        {
            "start": 1238613837,
            "stop": 1238759133
        }
    ]
}