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_CAT3/segments?format=api&page=3062
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=3063",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3061",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3062,
    "results": [
        {
            "start": 865221113,
            "stop": 865221234
        },
        {
            "start": 865221240,
            "stop": 865221391
        },
        {
            "start": 865221395,
            "stop": 865221552
        },
        {
            "start": 865221555,
            "stop": 865221589
        },
        {
            "start": 865221592,
            "stop": 865221600
        },
        {
            "start": 865221660,
            "stop": 865221818
        },
        {
            "start": 865221821,
            "stop": 865222080
        },
        {
            "start": 865222083,
            "stop": 865222519
        },
        {
            "start": 865222522,
            "stop": 865222789
        },
        {
            "start": 865222792,
            "stop": 865222925
        },
        {
            "start": 865222928,
            "stop": 865227180
        },
        {
            "start": 865227240,
            "stop": 865233480
        },
        {
            "start": 865233540,
            "stop": 865256880
        },
        {
            "start": 865256940,
            "stop": 865258920
        },
        {
            "start": 865258980,
            "stop": 865259160
        },
        {
            "start": 865259220,
            "stop": 865263240
        },
        {
            "start": 865263300,
            "stop": 865263699
        },
        {
            "start": 865263701,
            "stop": 865263825
        },
        {
            "start": 865272148,
            "stop": 865272300
        },
        {
            "start": 865272420,
            "stop": 865272430
        }
    ]
}