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=235
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=236",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=234",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 235,
    "results": [
        {
            "start": 1177367650,
            "stop": 1177382912
        },
        {
            "start": 1177382916,
            "stop": 1177383468
        },
        {
            "start": 1177383470,
            "stop": 1177384064
        },
        {
            "start": 1177384065,
            "stop": 1177392010
        },
        {
            "start": 1177394966,
            "stop": 1177395200
        },
        {
            "start": 1177395218,
            "stop": 1177407353
        },
        {
            "start": 1177407366,
            "stop": 1177418112
        },
        {
            "start": 1177418113,
            "stop": 1177418234
        },
        {
            "start": 1177418235,
            "stop": 1177418238
        },
        {
            "start": 1177418239,
            "stop": 1177418665
        },
        {
            "start": 1177434059,
            "stop": 1177435020
        },
        {
            "start": 1177435266,
            "stop": 1177438262
        },
        {
            "start": 1177438264,
            "stop": 1177447329
        },
        {
            "start": 1177447331,
            "stop": 1177447333
        },
        {
            "start": 1177447334,
            "stop": 1177447335
        },
        {
            "start": 1177460488,
            "stop": 1177460531
        },
        {
            "start": 1177460533,
            "stop": 1177460539
        },
        {
            "start": 1177460540,
            "stop": 1177460563
        },
        {
            "start": 1177460564,
            "stop": 1177460623
        },
        {
            "start": 1177460625,
            "stop": 1177461093
        }
    ]
}