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=6689
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=6690",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6688",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6689,
    "results": [
        {
            "start": 875183841,
            "stop": 875183977
        },
        {
            "start": 875183978,
            "stop": 875184230
        },
        {
            "start": 875184232,
            "stop": 875184345
        },
        {
            "start": 875184346,
            "stop": 875184833
        },
        {
            "start": 875184835,
            "stop": 875184849
        },
        {
            "start": 875184850,
            "stop": 875184876
        },
        {
            "start": 875184877,
            "stop": 875185467
        },
        {
            "start": 875185468,
            "stop": 875185479
        },
        {
            "start": 875185481,
            "stop": 875185489
        },
        {
            "start": 875185490,
            "stop": 875185689
        },
        {
            "start": 875185691,
            "stop": 875185807
        },
        {
            "start": 875185809,
            "stop": 875185834
        },
        {
            "start": 875185835,
            "stop": 875185868
        },
        {
            "start": 875185869,
            "stop": 875185953
        },
        {
            "start": 875185954,
            "stop": 875185968
        },
        {
            "start": 875185969,
            "stop": 875186784
        },
        {
            "start": 875186785,
            "stop": 875187098
        },
        {
            "start": 875187100,
            "stop": 875187132
        },
        {
            "start": 875187133,
            "stop": 875187543
        },
        {
            "start": 875187544,
            "stop": 875187713
        }
    ]
}