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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2179",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2177",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2178,
    "results": [
        {
            "start": 871048540,
            "stop": 871048542
        },
        {
            "start": 871048548,
            "stop": 871048562
        },
        {
            "start": 871048568,
            "stop": 871048617
        },
        {
            "start": 871048623,
            "stop": 871054554
        },
        {
            "start": 871054558,
            "stop": 871054559
        },
        {
            "start": 871054562,
            "stop": 871055130
        },
        {
            "start": 871055135,
            "stop": 871057030
        },
        {
            "start": 871057035,
            "stop": 871057168
        },
        {
            "start": 871057346,
            "stop": 871060985
        },
        {
            "start": 871060990,
            "stop": 871061137
        },
        {
            "start": 871061709,
            "stop": 871067551
        },
        {
            "start": 871067562,
            "stop": 871067563
        },
        {
            "start": 871067571,
            "stop": 871067575
        },
        {
            "start": 871067578,
            "stop": 871070462
        },
        {
            "start": 871070610,
            "stop": 871072740
        },
        {
            "start": 871072745,
            "stop": 871073300
        },
        {
            "start": 871073305,
            "stop": 871073320
        },
        {
            "start": 871073328,
            "stop": 871073332
        },
        {
            "start": 871073338,
            "stop": 871073975
        },
        {
            "start": 871073979,
            "stop": 871073987
        }
    ]
}