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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1179",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1177",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1178,
    "results": [
        {
            "start": 952522072,
            "stop": 952526174
        },
        {
            "start": 952545961,
            "stop": 952546766
        },
        {
            "start": 952546768,
            "stop": 952550196
        },
        {
            "start": 952550198,
            "stop": 952552559
        },
        {
            "start": 952552561,
            "stop": 952553104
        },
        {
            "start": 952553106,
            "stop": 952553694
        },
        {
            "start": 952554211,
            "stop": 952554824
        },
        {
            "start": 952554826,
            "stop": 952555094
        },
        {
            "start": 952555096,
            "stop": 952556635
        },
        {
            "start": 952556637,
            "stop": 952557479
        },
        {
            "start": 952557481,
            "stop": 952557499
        },
        {
            "start": 952557501,
            "stop": 952558085
        },
        {
            "start": 952558086,
            "stop": 952561253
        },
        {
            "start": 952561255,
            "stop": 952561677
        },
        {
            "start": 952561678,
            "stop": 952565438
        },
        {
            "start": 952565440,
            "stop": 952565487
        },
        {
            "start": 952565489,
            "stop": 952566786
        },
        {
            "start": 952566788,
            "stop": 952567111
        },
        {
            "start": 952567113,
            "stop": 952567642
        },
        {
            "start": 952567644,
            "stop": 952569142
        }
    ]
}