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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=62",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=60",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 61,
    "results": [
        {
            "start": 816678549,
            "stop": 816678565
        },
        {
            "start": 816678569,
            "stop": 816678579
        },
        {
            "start": 816678610,
            "stop": 816678756
        },
        {
            "start": 816678759,
            "stop": 816678804
        },
        {
            "start": 816678827,
            "stop": 816679117
        },
        {
            "start": 816679137,
            "stop": 816679143
        },
        {
            "start": 816679166,
            "stop": 816679179
        },
        {
            "start": 816679184,
            "stop": 816679219
        },
        {
            "start": 816679223,
            "stop": 816679268
        },
        {
            "start": 816679296,
            "stop": 816679352
        },
        {
            "start": 816679376,
            "stop": 816679535
        },
        {
            "start": 816679627,
            "stop": 816679670
        },
        {
            "start": 816679690,
            "stop": 816679774
        },
        {
            "start": 816679778,
            "stop": 816679795
        },
        {
            "start": 816679818,
            "stop": 816679870
        },
        {
            "start": 816679890,
            "stop": 816679894
        },
        {
            "start": 816679922,
            "stop": 816679928
        },
        {
            "start": 816679947,
            "stop": 816680031
        },
        {
            "start": 816680038,
            "stop": 816680114
        },
        {
            "start": 816680117,
            "stop": 816680232
        }
    ]
}