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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=48",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=46",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 47,
    "results": [
        {
            "start": 931350721,
            "stop": 931350725
        },
        {
            "start": 931350737,
            "stop": 931350757
        },
        {
            "start": 931350763,
            "stop": 931350774
        },
        {
            "start": 931350780,
            "stop": 931350796
        },
        {
            "start": 931350802,
            "stop": 931350807
        },
        {
            "start": 931350827,
            "stop": 931350855
        },
        {
            "start": 931350861,
            "stop": 931350870
        },
        {
            "start": 931350882,
            "stop": 931350887
        },
        {
            "start": 931350893,
            "stop": 931350895
        },
        {
            "start": 931350901,
            "stop": 931351000
        },
        {
            "start": 931351007,
            "stop": 931351009
        },
        {
            "start": 931351015,
            "stop": 931351061
        },
        {
            "start": 931351073,
            "stop": 931351077
        },
        {
            "start": 931351088,
            "stop": 931351127
        },
        {
            "start": 931351133,
            "stop": 931351161
        },
        {
            "start": 931351167,
            "stop": 931351175
        },
        {
            "start": 931351181,
            "stop": 931351186
        },
        {
            "start": 931351192,
            "stop": 931351205
        },
        {
            "start": 931351211,
            "stop": 931351231
        },
        {
            "start": 931351239,
            "stop": 931351258
        }
    ]
}