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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1034",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1032",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1033,
    "results": [
        {
            "start": 1252603643,
            "stop": 1252604993
        },
        {
            "start": 1252604997,
            "stop": 1252605262
        },
        {
            "start": 1252605265,
            "stop": 1252605413
        },
        {
            "start": 1252605417,
            "stop": 1252607452
        },
        {
            "start": 1252607457,
            "stop": 1252607538
        },
        {
            "start": 1252607541,
            "stop": 1252610391
        },
        {
            "start": 1252610395,
            "stop": 1252611842
        },
        {
            "start": 1252611847,
            "stop": 1252612289
        },
        {
            "start": 1252612293,
            "stop": 1252613355
        },
        {
            "start": 1252613359,
            "stop": 1252613918
        },
        {
            "start": 1252613923,
            "stop": 1252619921
        },
        {
            "start": 1252619925,
            "stop": 1252620812
        },
        {
            "start": 1252620816,
            "stop": 1252623498
        },
        {
            "start": 1252623502,
            "stop": 1252623864
        },
        {
            "start": 1252623869,
            "stop": 1252624629
        },
        {
            "start": 1252624632,
            "stop": 1252626241
        },
        {
            "start": 1252626245,
            "stop": 1252627074
        },
        {
            "start": 1252627078,
            "stop": 1252628319
        },
        {
            "start": 1252628324,
            "stop": 1252628536
        },
        {
            "start": 1252628539,
            "stop": 1252629517
        }
    ]
}