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=827
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=828",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=826",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 827,
    "results": [
        {
            "start": 1250343303,
            "stop": 1250343308
        },
        {
            "start": 1250343312,
            "stop": 1250343331
        },
        {
            "start": 1250343334,
            "stop": 1250343349
        },
        {
            "start": 1250343353,
            "stop": 1250343438
        },
        {
            "start": 1250343442,
            "stop": 1250343444
        },
        {
            "start": 1250343447,
            "stop": 1250343451
        },
        {
            "start": 1250343454,
            "stop": 1250343456
        },
        {
            "start": 1250343459,
            "stop": 1250343462
        },
        {
            "start": 1250343467,
            "stop": 1250343473
        },
        {
            "start": 1250343477,
            "stop": 1250343490
        },
        {
            "start": 1250343494,
            "stop": 1250343499
        },
        {
            "start": 1250343502,
            "stop": 1250343529
        },
        {
            "start": 1250343532,
            "stop": 1250343568
        },
        {
            "start": 1250343572,
            "stop": 1250343581
        },
        {
            "start": 1250343584,
            "stop": 1250343612
        },
        {
            "start": 1250343615,
            "stop": 1250343617
        },
        {
            "start": 1250343621,
            "stop": 1250343625
        },
        {
            "start": 1250343630,
            "stop": 1250343660
        },
        {
            "start": 1250343664,
            "stop": 1250343668
        },
        {
            "start": 1250343671,
            "stop": 1250343688
        }
    ]
}