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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=78",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=76",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 77,
    "results": [
        {
            "start": 818052119,
            "stop": 818052125
        },
        {
            "start": 818052156,
            "stop": 818052181
        },
        {
            "start": 818052208,
            "stop": 818052209
        },
        {
            "start": 818052217,
            "stop": 818052219
        },
        {
            "start": 818052244,
            "stop": 818052248
        },
        {
            "start": 818052263,
            "stop": 818052275
        },
        {
            "start": 818052283,
            "stop": 818052288
        },
        {
            "start": 818052296,
            "stop": 818052304
        },
        {
            "start": 818052321,
            "stop": 818052323
        },
        {
            "start": 818052340,
            "stop": 818052345
        },
        {
            "start": 818052364,
            "stop": 818052371
        },
        {
            "start": 818052387,
            "stop": 818052403
        },
        {
            "start": 818052411,
            "stop": 818052425
        },
        {
            "start": 818052437,
            "stop": 818052441
        },
        {
            "start": 818052473,
            "stop": 818052477
        },
        {
            "start": 818052490,
            "stop": 818052494
        },
        {
            "start": 818052510,
            "stop": 818052516
        },
        {
            "start": 818052530,
            "stop": 818052531
        },
        {
            "start": 818052539,
            "stop": 818052549
        },
        {
            "start": 818052573,
            "stop": 818052578
        }
    ]
}