Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=238
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=239",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=237",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 238,
    "results": [
        {
            "start": 1239973931,
            "stop": 1239974049
        },
        {
            "start": 1239974051,
            "stop": 1239974169
        },
        {
            "start": 1239974171,
            "stop": 1239974172
        },
        {
            "start": 1239974177,
            "stop": 1239974289
        },
        {
            "start": 1239974291,
            "stop": 1239974409
        },
        {
            "start": 1239974411,
            "stop": 1239974492
        },
        {
            "start": 1239974497,
            "stop": 1239974529
        },
        {
            "start": 1239974531,
            "stop": 1239974629
        },
        {
            "start": 1239974631,
            "stop": 1239974769
        },
        {
            "start": 1239974771,
            "stop": 1239974889
        },
        {
            "start": 1239974891,
            "stop": 1239975009
        },
        {
            "start": 1239975011,
            "stop": 1239975129
        },
        {
            "start": 1239975131,
            "stop": 1239975249
        },
        {
            "start": 1239975251,
            "stop": 1239975369
        },
        {
            "start": 1239975371,
            "stop": 1239975455
        },
        {
            "start": 1239975460,
            "stop": 1239975489
        },
        {
            "start": 1239975491,
            "stop": 1239975609
        },
        {
            "start": 1239975611,
            "stop": 1239975729
        },
        {
            "start": 1239975731,
            "stop": 1239975760
        },
        {
            "start": 1239975765,
            "stop": 1239975849
        }
    ]
}