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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT1/segments?format=api&page=165",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT1/segments?format=api&page=163",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 164,
    "results": [
        {
            "start": 1419245857,
            "stop": 1419245896
        },
        {
            "start": 1419245897,
            "stop": 1419245969
        },
        {
            "start": 1419245970,
            "stop": 1419246119
        },
        {
            "start": 1419246121,
            "stop": 1419246573
        },
        {
            "start": 1419246577,
            "stop": 1419246581
        },
        {
            "start": 1419246594,
            "stop": 1419246661
        },
        {
            "start": 1419246714,
            "stop": 1419247326
        },
        {
            "start": 1419247327,
            "stop": 1419247329
        },
        {
            "start": 1419247333,
            "stop": 1419247502
        },
        {
            "start": 1419247504,
            "stop": 1419247509
        },
        {
            "start": 1419247513,
            "stop": 1419248443
        },
        {
            "start": 1419248445,
            "stop": 1419248644
        },
        {
            "start": 1419248646,
            "stop": 1419248857
        },
        {
            "start": 1419248897,
            "stop": 1419248906
        },
        {
            "start": 1419248993,
            "stop": 1419249168
        },
        {
            "start": 1419249173,
            "stop": 1419249209
        },
        {
            "start": 1419249217,
            "stop": 1419249229
        },
        {
            "start": 1419249233,
            "stop": 1419249432
        },
        {
            "start": 1419252456,
            "stop": 1419252521
        },
        {
            "start": 1419252525,
            "stop": 1419254553
        }
    ]
}