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=29
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=30",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=28",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 29,
    "results": [
        {
            "start": 931185286,
            "stop": 931185347
        },
        {
            "start": 931185364,
            "stop": 931185441
        },
        {
            "start": 931185458,
            "stop": 931185501
        },
        {
            "start": 931185523,
            "stop": 931185561
        },
        {
            "start": 931185580,
            "stop": 931185602
        },
        {
            "start": 931185645,
            "stop": 931185681
        },
        {
            "start": 931185699,
            "stop": 931185792
        },
        {
            "start": 931185810,
            "stop": 931185844
        },
        {
            "start": 931185873,
            "stop": 931185885
        },
        {
            "start": 931185914,
            "stop": 931186056
        },
        {
            "start": 931186074,
            "stop": 931186175
        },
        {
            "start": 931186192,
            "stop": 931186312
        },
        {
            "start": 931186350,
            "stop": 931186656
        },
        {
            "start": 931186681,
            "stop": 931186785
        },
        {
            "start": 931187227,
            "stop": 931187231
        },
        {
            "start": 931187257,
            "stop": 931187267
        },
        {
            "start": 931187285,
            "stop": 931187287
        },
        {
            "start": 931187308,
            "stop": 931187338
        },
        {
            "start": 931187355,
            "stop": 931187414
        },
        {
            "start": 931187439,
            "stop": 931187458
        }
    ]
}