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=139
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=140",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT1/segments?format=api&page=138",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 139,
    "results": [
        {
            "start": 1418600266,
            "stop": 1418600657
        },
        {
            "start": 1418600658,
            "stop": 1418612920
        },
        {
            "start": 1418612922,
            "stop": 1418628742
        },
        {
            "start": 1418628744,
            "stop": 1418641841
        },
        {
            "start": 1418641842,
            "stop": 1418641973
        },
        {
            "start": 1418641975,
            "stop": 1418642883
        },
        {
            "start": 1418642884,
            "stop": 1418657709
        },
        {
            "start": 1418657711,
            "stop": 1418658413
        },
        {
            "start": 1418658415,
            "stop": 1418658941
        },
        {
            "start": 1418658943,
            "stop": 1418660283
        },
        {
            "start": 1418667575,
            "stop": 1418668278
        },
        {
            "start": 1418668282,
            "stop": 1418669942
        },
        {
            "start": 1418669947,
            "stop": 1418670495
        },
        {
            "start": 1418670497,
            "stop": 1418670513
        },
        {
            "start": 1418670515,
            "stop": 1418670758
        },
        {
            "start": 1418670762,
            "stop": 1418670766
        },
        {
            "start": 1418670767,
            "stop": 1418670885
        },
        {
            "start": 1418670887,
            "stop": 1418670942
        },
        {
            "start": 1418670944,
            "stop": 1418671742
        },
        {
            "start": 1418671746,
            "stop": 1418672234
        }
    ]
}