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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=267",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=265",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 266,
    "results": [
        {
            "start": 864778412,
            "stop": 864778515
        },
        {
            "start": 864779414,
            "stop": 864785343
        },
        {
            "start": 864786068,
            "stop": 864859033
        },
        {
            "start": 864860030,
            "stop": 864885322
        },
        {
            "start": 864885326,
            "stop": 864921811
        },
        {
            "start": 864922632,
            "stop": 864950590
        },
        {
            "start": 864950593,
            "stop": 864963074
        },
        {
            "start": 864969908,
            "stop": 865015109
        },
        {
            "start": 865015115,
            "stop": 865015435
        },
        {
            "start": 865015441,
            "stop": 865015545
        },
        {
            "start": 865015548,
            "stop": 865015549
        },
        {
            "start": 865015559,
            "stop": 865019895
        },
        {
            "start": 865021114,
            "stop": 865029039
        },
        {
            "start": 865030494,
            "stop": 865030585
        },
        {
            "start": 865032163,
            "stop": 865055943
        },
        {
            "start": 865057078,
            "stop": 865085557
        },
        {
            "start": 865085560,
            "stop": 865085824
        },
        {
            "start": 865087101,
            "stop": 865089626
        },
        {
            "start": 865089629,
            "stop": 865089639
        },
        {
            "start": 865089646,
            "stop": 865089649
        }
    ]
}