Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=280
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=281",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=279",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 280,
    "results": [
        {
            "start": 934545141,
            "stop": 934545158
        },
        {
            "start": 934545278,
            "stop": 934545338
        },
        {
            "start": 934545398,
            "stop": 934545458
        },
        {
            "start": 934545518,
            "stop": 934545578
        },
        {
            "start": 934545878,
            "stop": 934546062
        },
        {
            "start": 934546064,
            "stop": 934547948
        },
        {
            "start": 934547953,
            "stop": 934548634
        },
        {
            "start": 934548639,
            "stop": 934548917
        },
        {
            "start": 934548919,
            "stop": 934549215
        },
        {
            "start": 934549455,
            "stop": 934551419
        },
        {
            "start": 934551539,
            "stop": 934551781
        },
        {
            "start": 934551784,
            "stop": 934552321
        },
        {
            "start": 934552441,
            "stop": 934552561
        },
        {
            "start": 934552564,
            "stop": 934552591
        },
        {
            "start": 934552594,
            "stop": 934552622
        },
        {
            "start": 934552624,
            "stop": 934552651
        },
        {
            "start": 934552655,
            "stop": 934552667
        },
        {
            "start": 934552669,
            "stop": 934552682
        },
        {
            "start": 934552684,
            "stop": 934552696
        },
        {
            "start": 934552699,
            "stop": 934552711
        }
    ]
}