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=1039
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=1040",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1038",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1039,
    "results": [
        {
            "start": 1252822961,
            "stop": 1252825852
        },
        {
            "start": 1252833272,
            "stop": 1252833284
        },
        {
            "start": 1252833290,
            "stop": 1252833363
        },
        {
            "start": 1252833368,
            "stop": 1252833433
        },
        {
            "start": 1252833438,
            "stop": 1252833486
        },
        {
            "start": 1252833489,
            "stop": 1252833543
        },
        {
            "start": 1252833548,
            "stop": 1252833667
        },
        {
            "start": 1252833672,
            "stop": 1252833730
        },
        {
            "start": 1252833735,
            "stop": 1252833826
        },
        {
            "start": 1252833831,
            "stop": 1252833866
        },
        {
            "start": 1252833871,
            "stop": 1252833931
        },
        {
            "start": 1252833933,
            "stop": 1252833966
        },
        {
            "start": 1252833971,
            "stop": 1252833972
        },
        {
            "start": 1252833977,
            "stop": 1252833987
        },
        {
            "start": 1252833992,
            "stop": 1252834112
        },
        {
            "start": 1252834116,
            "stop": 1252834203
        },
        {
            "start": 1252834206,
            "stop": 1252834210
        },
        {
            "start": 1252834213,
            "stop": 1252834262
        },
        {
            "start": 1252834266,
            "stop": 1252834282
        },
        {
            "start": 1252834285,
            "stop": 1252834309
        }
    ]
}