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=1070
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=1071",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1069",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1070,
    "results": [
        {
            "start": 1253142775,
            "stop": 1253142785
        },
        {
            "start": 1253142788,
            "stop": 1253142795
        },
        {
            "start": 1253142798,
            "stop": 1253142825
        },
        {
            "start": 1253142828,
            "stop": 1253142840
        },
        {
            "start": 1253142843,
            "stop": 1253142844
        },
        {
            "start": 1253156168,
            "stop": 1253156205
        },
        {
            "start": 1253156208,
            "stop": 1253156299
        },
        {
            "start": 1253156303,
            "stop": 1253156304
        },
        {
            "start": 1253156310,
            "stop": 1253156342
        },
        {
            "start": 1253156347,
            "stop": 1253156360
        },
        {
            "start": 1253156364,
            "stop": 1253156443
        },
        {
            "start": 1253156451,
            "stop": 1253156498
        },
        {
            "start": 1253156505,
            "stop": 1253156574
        },
        {
            "start": 1253156581,
            "stop": 1253156898
        },
        {
            "start": 1253156906,
            "stop": 1253157247
        },
        {
            "start": 1253157251,
            "stop": 1253157302
        },
        {
            "start": 1253157312,
            "stop": 1253157425
        },
        {
            "start": 1253157430,
            "stop": 1253157462
        },
        {
            "start": 1253157466,
            "stop": 1253157510
        },
        {
            "start": 1253157513,
            "stop": 1253157516
        }
    ]
}