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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=35",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=33",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 34,
    "results": [
        {
            "start": 816678759,
            "stop": 816678819
        },
        {
            "start": 816678823,
            "stop": 816678824
        },
        {
            "start": 816678827,
            "stop": 816679162
        },
        {
            "start": 816679166,
            "stop": 816679179
        },
        {
            "start": 816679184,
            "stop": 816679219
        },
        {
            "start": 816679223,
            "stop": 816679365
        },
        {
            "start": 816679368,
            "stop": 816679678
        },
        {
            "start": 816679682,
            "stop": 816679774
        },
        {
            "start": 816679778,
            "stop": 816679801
        },
        {
            "start": 816679810,
            "stop": 816679870
        },
        {
            "start": 816679873,
            "stop": 816679936
        },
        {
            "start": 816679939,
            "stop": 816680031
        },
        {
            "start": 816680038,
            "stop": 816680114
        },
        {
            "start": 816680117,
            "stop": 816680232
        },
        {
            "start": 816680237,
            "stop": 816680300
        },
        {
            "start": 816680303,
            "stop": 816680361
        },
        {
            "start": 816680364,
            "stop": 816680396
        },
        {
            "start": 816680399,
            "stop": 816680420
        },
        {
            "start": 816680425,
            "stop": 816680529
        },
        {
            "start": 816680532,
            "stop": 816680593
        }
    ]
}