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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=197",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=195",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 196,
    "results": [
        {
            "start": 1240133347,
            "stop": 1240133466
        },
        {
            "start": 1240133467,
            "stop": 1240133586
        },
        {
            "start": 1240133587,
            "stop": 1240133706
        },
        {
            "start": 1240133707,
            "stop": 1240133826
        },
        {
            "start": 1240133827,
            "stop": 1240133946
        },
        {
            "start": 1240133947,
            "stop": 1240134066
        },
        {
            "start": 1240134067,
            "stop": 1240134186
        },
        {
            "start": 1240134187,
            "stop": 1240134306
        },
        {
            "start": 1240134307,
            "stop": 1240134426
        },
        {
            "start": 1240134427,
            "stop": 1240134546
        },
        {
            "start": 1240134547,
            "stop": 1240134666
        },
        {
            "start": 1240134667,
            "stop": 1240134786
        },
        {
            "start": 1240134787,
            "stop": 1240134906
        },
        {
            "start": 1240134907,
            "stop": 1240135006
        },
        {
            "start": 1240135007,
            "stop": 1240135146
        },
        {
            "start": 1240135147,
            "stop": 1240135266
        },
        {
            "start": 1240135267,
            "stop": 1240135386
        },
        {
            "start": 1240135387,
            "stop": 1240135506
        },
        {
            "start": 1240135507,
            "stop": 1240135626
        },
        {
            "start": 1240135627,
            "stop": 1240135746
        }
    ]
}