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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=71",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=69",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 70,
    "results": [
        {
            "start": 816278845,
            "stop": 816278929
        },
        {
            "start": 816278936,
            "stop": 816278953
        },
        {
            "start": 816278960,
            "stop": 816279038
        },
        {
            "start": 816279045,
            "stop": 816279120
        },
        {
            "start": 816279129,
            "stop": 816279169
        },
        {
            "start": 816279176,
            "stop": 816279405
        },
        {
            "start": 816279412,
            "stop": 816279456
        },
        {
            "start": 816279463,
            "stop": 816279478
        },
        {
            "start": 816279485,
            "stop": 816279509
        },
        {
            "start": 816279516,
            "stop": 816279572
        },
        {
            "start": 816279579,
            "stop": 816279683
        },
        {
            "start": 816279691,
            "stop": 816279692
        },
        {
            "start": 816279699,
            "stop": 816279737
        },
        {
            "start": 816279744,
            "stop": 816280017
        },
        {
            "start": 816280024,
            "stop": 816280051
        },
        {
            "start": 816280062,
            "stop": 816280303
        },
        {
            "start": 816280310,
            "stop": 816280384
        },
        {
            "start": 816281023,
            "stop": 816281031
        },
        {
            "start": 816281043,
            "stop": 816281067
        },
        {
            "start": 816281198,
            "stop": 816281277
        }
    ]
}