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=40713
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=40714",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40712",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40713,
    "results": [
        {
            "start": 874953907,
            "stop": 874953911
        },
        {
            "start": 874953913,
            "stop": 874953916
        },
        {
            "start": 874953918,
            "stop": 874953922
        },
        {
            "start": 874953923,
            "stop": 874953927
        },
        {
            "start": 874953929,
            "stop": 874953933
        },
        {
            "start": 874953934,
            "stop": 874953938
        },
        {
            "start": 874953939,
            "stop": 874953943
        },
        {
            "start": 874953945,
            "stop": 874953955
        },
        {
            "start": 874953957,
            "stop": 874953960
        },
        {
            "start": 874954080,
            "stop": 874954085
        },
        {
            "start": 874954087,
            "stop": 874954088
        },
        {
            "start": 874954089,
            "stop": 874954107
        },
        {
            "start": 874954108,
            "stop": 874954117
        },
        {
            "start": 874954119,
            "stop": 874954136
        },
        {
            "start": 874954137,
            "stop": 874954142
        },
        {
            "start": 874954143,
            "stop": 874954144
        },
        {
            "start": 874954147,
            "stop": 874954159
        },
        {
            "start": 874954162,
            "stop": 874954167
        },
        {
            "start": 874954170,
            "stop": 874954203
        },
        {
            "start": 874954205,
            "stop": 874954267
        }
    ]
}