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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5216",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5214",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5215,
    "results": [
        {
            "start": 875127203,
            "stop": 875127227
        },
        {
            "start": 875127234,
            "stop": 875127240
        },
        {
            "start": 875127248,
            "stop": 875127266
        },
        {
            "start": 875127273,
            "stop": 875127333
        },
        {
            "start": 875127345,
            "stop": 875127358
        },
        {
            "start": 875127365,
            "stop": 875127469
        },
        {
            "start": 875127477,
            "stop": 875127481
        },
        {
            "start": 875127495,
            "stop": 875127496
        },
        {
            "start": 875127503,
            "stop": 875127531
        },
        {
            "start": 875127538,
            "stop": 875127546
        },
        {
            "start": 875127554,
            "stop": 875127566
        },
        {
            "start": 875127573,
            "stop": 875127584
        },
        {
            "start": 875127594,
            "stop": 875127641
        },
        {
            "start": 875127648,
            "stop": 875127661
        },
        {
            "start": 875127668,
            "stop": 875127756
        },
        {
            "start": 875127766,
            "stop": 875127871
        },
        {
            "start": 875127878,
            "stop": 875127880
        },
        {
            "start": 875127887,
            "stop": 875127919
        },
        {
            "start": 875127926,
            "stop": 875127972
        },
        {
            "start": 875127979,
            "stop": 875128084
        }
    ]
}