Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=367
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=368",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=366",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 367,
    "results": [
        {
            "start": 1182746268,
            "stop": 1182746326
        },
        {
            "start": 1182746328,
            "stop": 1182746584
        },
        {
            "start": 1182746585,
            "stop": 1182747332
        },
        {
            "start": 1182747333,
            "stop": 1182747611
        },
        {
            "start": 1182747612,
            "stop": 1182747616
        },
        {
            "start": 1182747618,
            "stop": 1182747626
        },
        {
            "start": 1182747627,
            "stop": 1182747691
        },
        {
            "start": 1182747693,
            "stop": 1182747698
        },
        {
            "start": 1182747699,
            "stop": 1182747729
        },
        {
            "start": 1182747731,
            "stop": 1182747785
        },
        {
            "start": 1182747789,
            "stop": 1182747870
        },
        {
            "start": 1182747874,
            "stop": 1182747882
        },
        {
            "start": 1182747883,
            "stop": 1182747890
        },
        {
            "start": 1182747892,
            "stop": 1182747906
        },
        {
            "start": 1182747907,
            "stop": 1182747922
        },
        {
            "start": 1182747923,
            "stop": 1182747944
        },
        {
            "start": 1182747947,
            "stop": 1182747954
        },
        {
            "start": 1182747955,
            "stop": 1182747960
        },
        {
            "start": 1182747962,
            "stop": 1182748003
        },
        {
            "start": 1182748005,
            "stop": 1182748019
        }
    ]
}