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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7320",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7318",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7319,
    "results": [
        {
            "start": 875194281,
            "stop": 875194886
        },
        {
            "start": 875194887,
            "stop": 875195135
        },
        {
            "start": 875195136,
            "stop": 875195415
        },
        {
            "start": 875195416,
            "stop": 875196157
        },
        {
            "start": 875196158,
            "stop": 875196265
        },
        {
            "start": 875196266,
            "stop": 875196624
        },
        {
            "start": 875196625,
            "stop": 875196679
        },
        {
            "start": 875196680,
            "stop": 875196842
        },
        {
            "start": 875196843,
            "stop": 875197271
        },
        {
            "start": 875197273,
            "stop": 875198161
        },
        {
            "start": 875198162,
            "stop": 875198198
        },
        {
            "start": 875198199,
            "stop": 875198548
        },
        {
            "start": 875198550,
            "stop": 875198619
        },
        {
            "start": 875198620,
            "stop": 875199149
        },
        {
            "start": 875199150,
            "stop": 875199983
        },
        {
            "start": 875199984,
            "stop": 875200098
        },
        {
            "start": 875200099,
            "stop": 875200367
        },
        {
            "start": 875200368,
            "stop": 875200426
        },
        {
            "start": 875200427,
            "stop": 875200566
        },
        {
            "start": 875200568,
            "stop": 875200657
        }
    ]
}