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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5925",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5923",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5924,
    "results": [
        {
            "start": 875179961,
            "stop": 875180059
        },
        {
            "start": 875180062,
            "stop": 875180090
        },
        {
            "start": 875180093,
            "stop": 875180584
        },
        {
            "start": 875180587,
            "stop": 875180775
        },
        {
            "start": 875180778,
            "stop": 875181194
        },
        {
            "start": 875181197,
            "stop": 875181426
        },
        {
            "start": 875181429,
            "stop": 875181508
        },
        {
            "start": 875181511,
            "stop": 875181531
        },
        {
            "start": 875181534,
            "stop": 875181824
        },
        {
            "start": 875181827,
            "stop": 875181944
        },
        {
            "start": 875183761,
            "stop": 875186058
        },
        {
            "start": 875186061,
            "stop": 875186560
        },
        {
            "start": 875186563,
            "stop": 875187133
        },
        {
            "start": 875187136,
            "stop": 875187401
        },
        {
            "start": 875187404,
            "stop": 875187857
        },
        {
            "start": 875187861,
            "stop": 875187916
        },
        {
            "start": 875187919,
            "stop": 875187934
        },
        {
            "start": 875187937,
            "stop": 875188517
        },
        {
            "start": 875188520,
            "stop": 875189004
        },
        {
            "start": 875189007,
            "stop": 875189053
        }
    ]
}