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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=151",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=149",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 150,
    "results": [
        {
            "start": 1126665633,
            "stop": 1126665887
        },
        {
            "start": 1126665888,
            "stop": 1126666252
        },
        {
            "start": 1126666253,
            "stop": 1126666321
        },
        {
            "start": 1126666322,
            "stop": 1126666613
        },
        {
            "start": 1126666614,
            "stop": 1126666787
        },
        {
            "start": 1126666789,
            "stop": 1126666978
        },
        {
            "start": 1126666979,
            "stop": 1126667311
        },
        {
            "start": 1126667312,
            "stop": 1126667645
        },
        {
            "start": 1126667647,
            "stop": 1126667653
        },
        {
            "start": 1126667655,
            "stop": 1126667961
        },
        {
            "start": 1126667962,
            "stop": 1126668286
        },
        {
            "start": 1126668287,
            "stop": 1126668352
        },
        {
            "start": 1126668354,
            "stop": 1126668638
        },
        {
            "start": 1126668639,
            "stop": 1126668954
        },
        {
            "start": 1126668955,
            "stop": 1126669162
        },
        {
            "start": 1126669164,
            "stop": 1126669188
        },
        {
            "start": 1126669189,
            "stop": 1126669313
        },
        {
            "start": 1126669314,
            "stop": 1126669494
        },
        {
            "start": 1126669496,
            "stop": 1126669690
        },
        {
            "start": 1126669691,
            "stop": 1126670017
        }
    ]
}