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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=56",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=54",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 55,
    "results": [
        {
            "start": 821048219,
            "stop": 821048239
        },
        {
            "start": 821048243,
            "stop": 821048283
        },
        {
            "start": 821048287,
            "stop": 821048293
        },
        {
            "start": 821048311,
            "stop": 821048317
        },
        {
            "start": 821048321,
            "stop": 821048543
        },
        {
            "start": 821048547,
            "stop": 821048598
        },
        {
            "start": 821048601,
            "stop": 821048723
        },
        {
            "start": 821048737,
            "stop": 821048743
        },
        {
            "start": 821048746,
            "stop": 821048757
        },
        {
            "start": 821048761,
            "stop": 821048772
        },
        {
            "start": 821048824,
            "stop": 821048930
        },
        {
            "start": 821048934,
            "stop": 821048950
        },
        {
            "start": 821048954,
            "stop": 821048962
        },
        {
            "start": 821048966,
            "stop": 821048985
        },
        {
            "start": 821048989,
            "stop": 821049026
        },
        {
            "start": 821049030,
            "stop": 821049074
        },
        {
            "start": 821049083,
            "stop": 821049099
        },
        {
            "start": 821049102,
            "stop": 821049138
        },
        {
            "start": 821049141,
            "stop": 821049147
        },
        {
            "start": 821049151,
            "stop": 821049219
        }
    ]
}