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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3261",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3259",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3260,
    "results": [
        {
            "start": 873089882,
            "stop": 873090205
        },
        {
            "start": 873090208,
            "stop": 873090420
        },
        {
            "start": 873090480,
            "stop": 873090879
        },
        {
            "start": 873090882,
            "stop": 873092725
        },
        {
            "start": 873092728,
            "stop": 873093069
        },
        {
            "start": 873093072,
            "stop": 873103375
        },
        {
            "start": 873106656,
            "stop": 873116280
        },
        {
            "start": 873116340,
            "stop": 873119683
        },
        {
            "start": 873120692,
            "stop": 873124020
        },
        {
            "start": 873124080,
            "stop": 873126840
        },
        {
            "start": 873126900,
            "stop": 873128160
        },
        {
            "start": 873128280,
            "stop": 873128700
        },
        {
            "start": 873128822,
            "stop": 873133946
        },
        {
            "start": 873133949,
            "stop": 873133960
        },
        {
            "start": 873133963,
            "stop": 873134640
        },
        {
            "start": 873134700,
            "stop": 873134840
        },
        {
            "start": 873134844,
            "stop": 873135565
        },
        {
            "start": 873135571,
            "stop": 873135573
        },
        {
            "start": 873135576,
            "stop": 873135586
        },
        {
            "start": 873135590,
            "stop": 873135602
        }
    ]
}