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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6692",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6690",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6691,
    "results": [
        {
            "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": 875200537
        },
        {
            "start": 875201640,
            "stop": 875201761
        },
        {
            "start": 875201763,
            "stop": 875202062
        }
    ]
}