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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=266",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=264",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 265,
    "results": [
        {
            "start": 1376970041,
            "stop": 1376971059
        },
        {
            "start": 1376971061,
            "stop": 1376971951
        },
        {
            "start": 1376971953,
            "stop": 1376972472
        },
        {
            "start": 1376972474,
            "stop": 1376973309
        },
        {
            "start": 1376973311,
            "stop": 1376974238
        },
        {
            "start": 1376974240,
            "stop": 1376974359
        },
        {
            "start": 1376974361,
            "stop": 1376975495
        },
        {
            "start": 1376975497,
            "stop": 1376975969
        },
        {
            "start": 1376975974,
            "stop": 1376976425
        },
        {
            "start": 1376976427,
            "stop": 1376976454
        },
        {
            "start": 1376976456,
            "stop": 1376976959
        },
        {
            "start": 1376976960,
            "stop": 1376977926
        },
        {
            "start": 1376977928,
            "stop": 1376979214
        },
        {
            "start": 1376979215,
            "stop": 1376981307
        },
        {
            "start": 1376981312,
            "stop": 1376981942
        },
        {
            "start": 1376981944,
            "stop": 1376981998
        },
        {
            "start": 1376982001,
            "stop": 1376982029
        },
        {
            "start": 1376982031,
            "stop": 1376982370
        },
        {
            "start": 1376982373,
            "stop": 1376982536
        },
        {
            "start": 1376982539,
            "stop": 1376982771
        }
    ]
}