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=40614
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=40615",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40613",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40614,
    "results": [
        {
            "start": 874889979,
            "stop": 874890052
        },
        {
            "start": 874890053,
            "stop": 874890070
        },
        {
            "start": 874890072,
            "stop": 874890169
        },
        {
            "start": 874890170,
            "stop": 874890187
        },
        {
            "start": 874890188,
            "stop": 874890191
        },
        {
            "start": 874890194,
            "stop": 874890236
        },
        {
            "start": 874890237,
            "stop": 874890240
        },
        {
            "start": 874890300,
            "stop": 874890313
        },
        {
            "start": 874890314,
            "stop": 874890326
        },
        {
            "start": 874890328,
            "stop": 874890433
        },
        {
            "start": 874890435,
            "stop": 874890445
        },
        {
            "start": 874890446,
            "stop": 874890476
        },
        {
            "start": 874890477,
            "stop": 874890584
        },
        {
            "start": 874890585,
            "stop": 874890616
        },
        {
            "start": 874890618,
            "stop": 874890688
        },
        {
            "start": 874890689,
            "stop": 874890878
        },
        {
            "start": 874890880,
            "stop": 874890898
        },
        {
            "start": 874890899,
            "stop": 874890929
        },
        {
            "start": 874890931,
            "stop": 874890937
        },
        {
            "start": 874890939,
            "stop": 874890953
        }
    ]
}