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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=67",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=65",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 66,
    "results": [
        {
            "start": 825329634,
            "stop": 825338653
        },
        {
            "start": 825384831,
            "stop": 825398125
        },
        {
            "start": 825398225,
            "stop": 825403873
        },
        {
            "start": 825403915,
            "stop": 825403916
        },
        {
            "start": 825404022,
            "stop": 825404593
        },
        {
            "start": 825404609,
            "stop": 825404610
        },
        {
            "start": 825404726,
            "stop": 825404749
        },
        {
            "start": 825405830,
            "stop": 825405891
        },
        {
            "start": 825408884,
            "stop": 825409033
        },
        {
            "start": 825409056,
            "stop": 825409057
        },
        {
            "start": 825409159,
            "stop": 825410053
        },
        {
            "start": 825410076,
            "stop": 825410077
        },
        {
            "start": 825410234,
            "stop": 825410411
        },
        {
            "start": 825410533,
            "stop": 825411733
        },
        {
            "start": 825411757,
            "stop": 825411758
        },
        {
            "start": 825411866,
            "stop": 825411913
        },
        {
            "start": 825411935,
            "stop": 825411937
        },
        {
            "start": 825412065,
            "stop": 825412453
        },
        {
            "start": 825412480,
            "stop": 825412481
        },
        {
            "start": 825412594,
            "stop": 825414121
        }
    ]
}