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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4863",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4861",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4862,
    "results": [
        {
            "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
        },
        {
            "start": 971526821,
            "stop": 971526892
        },
        {
            "start": 971526895,
            "stop": 971526915
        },
        {
            "start": 971526921,
            "stop": 971527015
        },
        {
            "start": 971527018,
            "stop": 971527100
        },
        {
            "start": 971527103,
            "stop": 971527187
        },
        {
            "start": 971527190,
            "stop": 971527202
        }
    ]
}