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=133
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=134",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=132",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 133,
    "results": [
        {
            "start": 1176613402,
            "stop": 1176613424
        },
        {
            "start": 1176613425,
            "stop": 1176613749
        },
        {
            "start": 1176613756,
            "stop": 1176613757
        },
        {
            "start": 1176613759,
            "stop": 1176613760
        },
        {
            "start": 1176613761,
            "stop": 1176613791
        },
        {
            "start": 1176613792,
            "stop": 1176613839
        },
        {
            "start": 1176613840,
            "stop": 1176614264
        },
        {
            "start": 1176614266,
            "stop": 1176614295
        },
        {
            "start": 1176614300,
            "stop": 1176614305
        },
        {
            "start": 1176614306,
            "stop": 1176614307
        },
        {
            "start": 1176614308,
            "stop": 1176614310
        },
        {
            "start": 1176614311,
            "stop": 1176614364
        },
        {
            "start": 1176614365,
            "stop": 1176614366
        },
        {
            "start": 1176614371,
            "stop": 1176614378
        },
        {
            "start": 1176614381,
            "stop": 1176614382
        },
        {
            "start": 1176614383,
            "stop": 1176614386
        },
        {
            "start": 1176614389,
            "stop": 1176614390
        },
        {
            "start": 1176614396,
            "stop": 1176614398
        },
        {
            "start": 1176614402,
            "stop": 1176614404
        },
        {
            "start": 1176614407,
            "stop": 1176614524
        }
    ]
}