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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5138",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5136",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5137,
    "results": [
        {
            "start": 874704662,
            "stop": 874704666
        },
        {
            "start": 874704683,
            "stop": 874704754
        },
        {
            "start": 874704762,
            "stop": 874704768
        },
        {
            "start": 874704775,
            "stop": 874704787
        },
        {
            "start": 874704794,
            "stop": 874704877
        },
        {
            "start": 874704885,
            "stop": 874704931
        },
        {
            "start": 874704938,
            "stop": 874704957
        },
        {
            "start": 874704964,
            "stop": 874705001
        },
        {
            "start": 874705014,
            "stop": 874705028
        },
        {
            "start": 874705041,
            "stop": 874705042
        },
        {
            "start": 874705049,
            "stop": 874705073
        },
        {
            "start": 874705080,
            "stop": 874705165
        },
        {
            "start": 874705173,
            "stop": 874705222
        },
        {
            "start": 874705232,
            "stop": 874705233
        },
        {
            "start": 874705246,
            "stop": 874705264
        },
        {
            "start": 874705272,
            "stop": 874705276
        },
        {
            "start": 874705286,
            "stop": 874705302
        },
        {
            "start": 874705309,
            "stop": 874705310
        },
        {
            "start": 874705322,
            "stop": 874705375
        },
        {
            "start": 874705383,
            "stop": 874705408
        }
    ]
}