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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7067",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7065",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7066,
    "results": [
        {
            "start": 874268911,
            "stop": 874268940
        },
        {
            "start": 874269000,
            "stop": 874269027
        },
        {
            "start": 874269028,
            "stop": 874269311
        },
        {
            "start": 874269312,
            "stop": 874269722
        },
        {
            "start": 874269725,
            "stop": 874270184
        },
        {
            "start": 874270187,
            "stop": 874270439
        },
        {
            "start": 874270442,
            "stop": 874270463
        },
        {
            "start": 874270466,
            "stop": 874270764
        },
        {
            "start": 874270767,
            "stop": 874271153
        },
        {
            "start": 874271156,
            "stop": 874272065
        },
        {
            "start": 874272072,
            "stop": 874272091
        },
        {
            "start": 874272094,
            "stop": 874272291
        },
        {
            "start": 874272294,
            "stop": 874272381
        },
        {
            "start": 874272384,
            "stop": 874272625
        },
        {
            "start": 874272629,
            "stop": 874274145
        },
        {
            "start": 874274148,
            "stop": 874275120
        },
        {
            "start": 874275240,
            "stop": 874275302
        },
        {
            "start": 874275306,
            "stop": 874275561
        },
        {
            "start": 874275564,
            "stop": 874276156
        },
        {
            "start": 874276160,
            "stop": 874276262
        }
    ]
}