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=24
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=25",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_DATA/segments?format=api&page=23",
    "results_count": 1350,
    "results_per_page": 20,
    "num_pages": 68,
    "page_number": 24,
    "results": [
        {
            "start": 1242409208,
            "stop": 1242411408
        },
        {
            "start": 1242411416,
            "stop": 1242417560
        },
        {
            "start": 1242417568,
            "stop": 1242420064
        },
        {
            "start": 1242420072,
            "stop": 1242422744
        },
        {
            "start": 1242422752,
            "stop": 1242424704
        },
        {
            "start": 1242424712,
            "stop": 1242427816
        },
        {
            "start": 1242427824,
            "stop": 1242431800
        },
        {
            "start": 1242431816,
            "stop": 1242442224
        },
        {
            "start": 1242442232,
            "stop": 1242449720
        },
        {
            "start": 1242449728,
            "stop": 1242450688
        },
        {
            "start": 1242450696,
            "stop": 1242451304
        },
        {
            "start": 1242474443,
            "stop": 1242474486
        },
        {
            "start": 1242476330,
            "stop": 1242476686
        },
        {
            "start": 1242480204,
            "stop": 1242484056
        },
        {
            "start": 1242484064,
            "stop": 1242487304
        },
        {
            "start": 1242487320,
            "stop": 1242489688
        },
        {
            "start": 1242489704,
            "stop": 1242489728
        },
        {
            "start": 1242489736,
            "stop": 1242489951
        },
        {
            "start": 1242489958,
            "stop": 1242489960
        },
        {
            "start": 1242489962,
            "stop": 1242489964
        }
    ]
}