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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=197",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=195",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 196,
    "results": [
        {
            "start": 816926240,
            "stop": 816926250
        },
        {
            "start": 816926254,
            "stop": 816926340
        },
        {
            "start": 816926344,
            "stop": 816926359
        },
        {
            "start": 816926364,
            "stop": 816926410
        },
        {
            "start": 816926414,
            "stop": 816926482
        },
        {
            "start": 816926486,
            "stop": 816926498
        },
        {
            "start": 816926503,
            "stop": 816926539
        },
        {
            "start": 816926543,
            "stop": 816926590
        },
        {
            "start": 816926594,
            "stop": 816926598
        },
        {
            "start": 816926602,
            "stop": 816926613
        },
        {
            "start": 816926619,
            "stop": 816926626
        },
        {
            "start": 816926631,
            "stop": 816926635
        },
        {
            "start": 816926646,
            "stop": 816926648
        },
        {
            "start": 816926660,
            "stop": 816926661
        },
        {
            "start": 816926667,
            "stop": 816926669
        },
        {
            "start": 816926672,
            "stop": 816926681
        },
        {
            "start": 816926685,
            "stop": 816926757
        },
        {
            "start": 816926761,
            "stop": 816926763
        },
        {
            "start": 816926769,
            "stop": 816926770
        },
        {
            "start": 816926781,
            "stop": 816926784
        }
    ]
}