Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=62
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=63",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=61",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 62,
    "results": [
        {
            "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
        },
        {
            "start": 816680237,
            "stop": 816680292
        }
    ]
}