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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=31",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=29",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 30,
    "results": [
        {
            "start": 818794949,
            "stop": 818795959
        },
        {
            "start": 818811645,
            "stop": 818818325
        },
        {
            "start": 818818522,
            "stop": 818827923
        },
        {
            "start": 818827925,
            "stop": 818831754
        },
        {
            "start": 818839467,
            "stop": 818839976
        },
        {
            "start": 818840787,
            "stop": 818843277
        },
        {
            "start": 818843279,
            "stop": 818843371
        },
        {
            "start": 818843373,
            "stop": 818843439
        },
        {
            "start": 818843441,
            "stop": 818843548
        },
        {
            "start": 818843550,
            "stop": 818843563
        },
        {
            "start": 818843565,
            "stop": 818843591
        },
        {
            "start": 818843594,
            "stop": 818843597
        },
        {
            "start": 818843602,
            "stop": 818843666
        },
        {
            "start": 818843699,
            "stop": 818843700
        },
        {
            "start": 818844608,
            "stop": 818848601
        },
        {
            "start": 818848604,
            "stop": 818852392
        },
        {
            "start": 818852394,
            "stop": 818853105
        },
        {
            "start": 818853108,
            "stop": 818856264
        },
        {
            "start": 818856266,
            "stop": 818866888
        },
        {
            "start": 818866889,
            "stop": 818866921
        }
    ]
}