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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8112",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8110",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8111,
    "results": [
        {
            "start": 970795685,
            "stop": 970795953
        },
        {
            "start": 970795956,
            "stop": 970796350
        },
        {
            "start": 970796353,
            "stop": 970796962
        },
        {
            "start": 970796965,
            "stop": 970797246
        },
        {
            "start": 970797249,
            "stop": 970797307
        },
        {
            "start": 970797310,
            "stop": 970797365
        },
        {
            "start": 970797368,
            "stop": 970798684
        },
        {
            "start": 970798687,
            "stop": 970801125
        },
        {
            "start": 970801128,
            "stop": 970803075
        },
        {
            "start": 970803088,
            "stop": 970803369
        },
        {
            "start": 970803372,
            "stop": 970804069
        },
        {
            "start": 970804072,
            "stop": 970805453
        },
        {
            "start": 970805456,
            "stop": 970806016
        },
        {
            "start": 970806076,
            "stop": 970806784
        },
        {
            "start": 970806787,
            "stop": 970806814
        },
        {
            "start": 970806817,
            "stop": 970807615
        },
        {
            "start": 970807618,
            "stop": 970807639
        },
        {
            "start": 970807642,
            "stop": 970807774
        },
        {
            "start": 970807777,
            "stop": 970808490
        },
        {
            "start": 970808493,
            "stop": 970809692
        }
    ]
}