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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=296",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=294",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 295,
    "results": [
        {
            "start": 1181356297,
            "stop": 1181358319
        },
        {
            "start": 1181358320,
            "stop": 1181360981
        },
        {
            "start": 1181360982,
            "stop": 1181363676
        },
        {
            "start": 1181363677,
            "stop": 1181364609
        },
        {
            "start": 1181364610,
            "stop": 1181364838
        },
        {
            "start": 1181364839,
            "stop": 1181364840
        },
        {
            "start": 1181364841,
            "stop": 1181365680
        },
        {
            "start": 1181366100,
            "stop": 1181367123
        },
        {
            "start": 1181367124,
            "stop": 1181367828
        },
        {
            "start": 1181367829,
            "stop": 1181368008
        },
        {
            "start": 1181368009,
            "stop": 1181368011
        },
        {
            "start": 1181368012,
            "stop": 1181368013
        },
        {
            "start": 1181368014,
            "stop": 1181368021
        },
        {
            "start": 1181368022,
            "stop": 1181368025
        },
        {
            "start": 1181368026,
            "stop": 1181368034
        },
        {
            "start": 1181368036,
            "stop": 1181368719
        },
        {
            "start": 1181368720,
            "stop": 1181368893
        },
        {
            "start": 1181368894,
            "stop": 1181368927
        },
        {
            "start": 1181368928,
            "stop": 1181368988
        },
        {
            "start": 1181368991,
            "stop": 1181369178
        }
    ]
}