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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=207",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=205",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 206,
    "results": [
        {
            "start": 820929859,
            "stop": 820929978
        },
        {
            "start": 820930007,
            "stop": 820930033
        },
        {
            "start": 820930127,
            "stop": 820930160
        },
        {
            "start": 820930287,
            "stop": 820930453
        },
        {
            "start": 820930913,
            "stop": 820930966
        },
        {
            "start": 820931164,
            "stop": 820931188
        },
        {
            "start": 820931394,
            "stop": 820931426
        },
        {
            "start": 820931464,
            "stop": 820931502
        },
        {
            "start": 820931534,
            "stop": 820931598
        },
        {
            "start": 820931627,
            "stop": 820931634
        },
        {
            "start": 820931663,
            "stop": 820931699
        },
        {
            "start": 820931816,
            "stop": 820931822
        },
        {
            "start": 820932213,
            "stop": 820932248
        },
        {
            "start": 820932300,
            "stop": 820932308
        },
        {
            "start": 820932342,
            "stop": 820932377
        },
        {
            "start": 820932525,
            "stop": 820932716
        },
        {
            "start": 820932768,
            "stop": 820932892
        },
        {
            "start": 820932935,
            "stop": 820933030
        },
        {
            "start": 820933059,
            "stop": 820933177
        },
        {
            "start": 820933235,
            "stop": 820933269
        }
    ]
}