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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6937",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6935",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6936,
    "results": [
        {
            "start": 873723098,
            "stop": 873723107
        },
        {
            "start": 873723117,
            "stop": 873723142
        },
        {
            "start": 873723148,
            "stop": 873723151
        },
        {
            "start": 873723164,
            "stop": 873723169
        },
        {
            "start": 873723179,
            "stop": 873723197
        },
        {
            "start": 873723204,
            "stop": 873723216
        },
        {
            "start": 873723220,
            "stop": 873723255
        },
        {
            "start": 873723262,
            "stop": 873723266
        },
        {
            "start": 873723269,
            "stop": 873723304
        },
        {
            "start": 873723316,
            "stop": 873723334
        },
        {
            "start": 873723344,
            "stop": 873723349
        },
        {
            "start": 873723355,
            "stop": 873723387
        },
        {
            "start": 873723397,
            "stop": 873723408
        },
        {
            "start": 873723411,
            "stop": 873723424
        },
        {
            "start": 873723427,
            "stop": 873723430
        },
        {
            "start": 873723436,
            "stop": 873723446
        },
        {
            "start": 873723450,
            "stop": 873723460
        },
        {
            "start": 873723470,
            "stop": 873723495
        },
        {
            "start": 873723504,
            "stop": 873723539
        },
        {
            "start": 873723544,
            "stop": 873723545
        }
    ]
}