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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5369",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5367",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5368,
    "results": [
        {
            "start": 971521638,
            "stop": 971521839
        },
        {
            "start": 971521842,
            "stop": 971522145
        },
        {
            "start": 971522148,
            "stop": 971522321
        },
        {
            "start": 971522324,
            "stop": 971522842
        },
        {
            "start": 971522845,
            "stop": 971523251
        },
        {
            "start": 971523254,
            "stop": 971523402
        },
        {
            "start": 971523405,
            "stop": 971524123
        },
        {
            "start": 971524126,
            "stop": 971525132
        },
        {
            "start": 971525135,
            "stop": 971525486
        },
        {
            "start": 971525489,
            "stop": 971525659
        },
        {
            "start": 971525662,
            "stop": 971525730
        },
        {
            "start": 971525752,
            "stop": 971525755
        },
        {
            "start": 971525758,
            "stop": 971525772
        },
        {
            "start": 971525776,
            "stop": 971525903
        },
        {
            "start": 971525906,
            "stop": 971525918
        },
        {
            "start": 971525921,
            "stop": 971525978
        },
        {
            "start": 971526038,
            "stop": 971526160
        },
        {
            "start": 971526163,
            "stop": 971526225
        },
        {
            "start": 971526228,
            "stop": 971526525
        },
        {
            "start": 971526529,
            "stop": 971526818
        }
    ]
}