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=295
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=296",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=294",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 295,
    "results": [
        {
            "start": 822745395,
            "stop": 822748132
        },
        {
            "start": 822748143,
            "stop": 822749507
        },
        {
            "start": 822749511,
            "stop": 822752520
        },
        {
            "start": 822752580,
            "stop": 822755769
        },
        {
            "start": 822755801,
            "stop": 822756236
        },
        {
            "start": 822756333,
            "stop": 822757445
        },
        {
            "start": 822757449,
            "stop": 822757813
        },
        {
            "start": 822757843,
            "stop": 822757844
        },
        {
            "start": 822757887,
            "stop": 822758230
        },
        {
            "start": 822773444,
            "stop": 822773504
        },
        {
            "start": 822773524,
            "stop": 822773931
        },
        {
            "start": 822773934,
            "stop": 822776284
        },
        {
            "start": 822776287,
            "stop": 822776290
        },
        {
            "start": 822776440,
            "stop": 822776654
        },
        {
            "start": 822776657,
            "stop": 822777312
        },
        {
            "start": 822777490,
            "stop": 822777639
        },
        {
            "start": 822779149,
            "stop": 822779812
        },
        {
            "start": 822779816,
            "stop": 822779981
        },
        {
            "start": 822779984,
            "stop": 822780706
        },
        {
            "start": 822780709,
            "stop": 822781453
        }
    ]
}