Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40917
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40918",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40916",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40917,
    "results": [
        {
            "start": 875101200,
            "stop": 875101259
        },
        {
            "start": 875101260,
            "stop": 875101273
        },
        {
            "start": 875101277,
            "stop": 875101278
        },
        {
            "start": 875101279,
            "stop": 875101281
        },
        {
            "start": 875101283,
            "stop": 875101298
        },
        {
            "start": 875101299,
            "stop": 875101350
        },
        {
            "start": 875101351,
            "stop": 875101374
        },
        {
            "start": 875101378,
            "stop": 875101471
        },
        {
            "start": 875101472,
            "stop": 875101475
        },
        {
            "start": 875101476,
            "stop": 875101495
        },
        {
            "start": 875101496,
            "stop": 875101613
        },
        {
            "start": 875101614,
            "stop": 875101647
        },
        {
            "start": 875101649,
            "stop": 875101667
        },
        {
            "start": 875101669,
            "stop": 875101679
        },
        {
            "start": 875101680,
            "stop": 875101684
        },
        {
            "start": 875101687,
            "stop": 875101692
        },
        {
            "start": 875101693,
            "stop": 875101733
        },
        {
            "start": 875101734,
            "stop": 875101768
        },
        {
            "start": 875101769,
            "stop": 875101844
        },
        {
            "start": 875101846,
            "stop": 875101853
        }
    ]
}