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=315
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=316",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=314",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 315,
    "results": [
        {
            "start": 1181671060,
            "stop": 1181671375
        },
        {
            "start": 1181671376,
            "stop": 1181671411
        },
        {
            "start": 1181671412,
            "stop": 1181671452
        },
        {
            "start": 1181671453,
            "stop": 1181671925
        },
        {
            "start": 1181671926,
            "stop": 1181671989
        },
        {
            "start": 1181671990,
            "stop": 1181671996
        },
        {
            "start": 1181671997,
            "stop": 1181672113
        },
        {
            "start": 1181672115,
            "stop": 1181672534
        },
        {
            "start": 1181672535,
            "stop": 1181672851
        },
        {
            "start": 1181672852,
            "stop": 1181673307
        },
        {
            "start": 1181673308,
            "stop": 1181673366
        },
        {
            "start": 1181673367,
            "stop": 1181673536
        },
        {
            "start": 1181673537,
            "stop": 1181673538
        },
        {
            "start": 1181673540,
            "stop": 1181673722
        },
        {
            "start": 1181673723,
            "stop": 1181675993
        },
        {
            "start": 1181675994,
            "stop": 1181678197
        },
        {
            "start": 1181678198,
            "stop": 1181679404
        },
        {
            "start": 1181679406,
            "stop": 1181679431
        },
        {
            "start": 1181679433,
            "stop": 1181679754
        },
        {
            "start": 1181679755,
            "stop": 1181680191
        }
    ]
}