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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=275",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=273",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 274,
    "results": [
        {
            "start": 1243860716,
            "stop": 1243861459
        },
        {
            "start": 1243861461,
            "stop": 1243861645
        },
        {
            "start": 1243861646,
            "stop": 1243862032
        },
        {
            "start": 1243862035,
            "stop": 1243862308
        },
        {
            "start": 1243862309,
            "stop": 1243862316
        },
        {
            "start": 1243862317,
            "stop": 1243862399
        },
        {
            "start": 1243862400,
            "stop": 1243862407
        },
        {
            "start": 1243862408,
            "stop": 1243862409
        },
        {
            "start": 1243862412,
            "stop": 1243862552
        },
        {
            "start": 1243862553,
            "stop": 1243862616
        },
        {
            "start": 1243862617,
            "stop": 1243862622
        },
        {
            "start": 1243862631,
            "stop": 1243862776
        },
        {
            "start": 1243862777,
            "stop": 1243862788
        },
        {
            "start": 1243862789,
            "stop": 1243863276
        },
        {
            "start": 1243863277,
            "stop": 1243863327
        },
        {
            "start": 1243863328,
            "stop": 1243863367
        },
        {
            "start": 1243887113,
            "stop": 1243896500
        },
        {
            "start": 1243896538,
            "stop": 1243900818
        },
        {
            "start": 1243915833,
            "stop": 1243944819
        },
        {
            "start": 1243947941,
            "stop": 1243962236
        }
    ]
}