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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW/segments?format=api&page=7",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW/segments?format=api&page=5",
    "results_count": 230,
    "results_per_page": 20,
    "num_pages": 12,
    "page_number": 6,
    "results": [
        {
            "start": 840303719,
            "stop": 840304864
        },
        {
            "start": 840305144,
            "stop": 840317224
        },
        {
            "start": 840317225,
            "stop": 840534394
        },
        {
            "start": 840534719,
            "stop": 840707666
        },
        {
            "start": 840708119,
            "stop": 840898564
        },
        {
            "start": 840902519,
            "stop": 840902704
        },
        {
            "start": 840907904,
            "stop": 840920464
        },
        {
            "start": 840922484,
            "stop": 841095064
        },
        {
            "start": 841095344,
            "stop": 841096024
        },
        {
            "start": 841096320,
            "stop": 841096420
        },
        {
            "start": 841096919,
            "stop": 841097119
        },
        {
            "start": 841097520,
            "stop": 841099287
        },
        {
            "start": 841099320,
            "stop": 841159750
        },
        {
            "start": 841164732,
            "stop": 841511616
        },
        {
            "start": 842723998,
            "stop": 842996050
        },
        {
            "start": 842996051,
            "stop": 843226818
        },
        {
            "start": 843228119,
            "stop": 844119017
        },
        {
            "start": 845144508,
            "stop": 845226064
        },
        {
            "start": 845229284,
            "stop": 845308864
        },
        {
            "start": 845312084,
            "stop": 845321290
        }
    ]
}