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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=380",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=378",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 379,
    "results": [
        {
            "start": 874828448,
            "stop": 874832967
        },
        {
            "start": 874834273,
            "stop": 874845380
        },
        {
            "start": 874846066,
            "stop": 874847207
        },
        {
            "start": 874865677,
            "stop": 874867154
        },
        {
            "start": 874875513,
            "stop": 874896306
        },
        {
            "start": 874896411,
            "stop": 874906924
        },
        {
            "start": 874907076,
            "stop": 874916807
        },
        {
            "start": 874918375,
            "stop": 874933322
        },
        {
            "start": 874940592,
            "stop": 874941906
        },
        {
            "start": 874942051,
            "stop": 874947039
        },
        {
            "start": 874950141,
            "stop": 874952089
        },
        {
            "start": 874953375,
            "stop": 874955928
        },
        {
            "start": 874957928,
            "stop": 874961482
        },
        {
            "start": 874969942,
            "stop": 874978208
        },
        {
            "start": 874991001,
            "stop": 875005072
        },
        {
            "start": 875006469,
            "stop": 875015174
        },
        {
            "start": 875021653,
            "stop": 875023081
        },
        {
            "start": 875036247,
            "stop": 875042708
        },
        {
            "start": 875043985,
            "stop": 875047385
        },
        {
            "start": 875049043,
            "stop": 875052683
        }
    ]
}