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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=338",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=336",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 337,
    "results": [
        {
            "start": 931788361,
            "stop": 931788405
        },
        {
            "start": 931788407,
            "stop": 931788434
        },
        {
            "start": 931788435,
            "stop": 931788485
        },
        {
            "start": 931788487,
            "stop": 931788501
        },
        {
            "start": 931788502,
            "stop": 931788551
        },
        {
            "start": 931788611,
            "stop": 931788628
        },
        {
            "start": 931788630,
            "stop": 931788999
        },
        {
            "start": 931789000,
            "stop": 931789033
        },
        {
            "start": 931789034,
            "stop": 931789086
        },
        {
            "start": 931789088,
            "stop": 931789092
        },
        {
            "start": 931789095,
            "stop": 931789151
        },
        {
            "start": 931789153,
            "stop": 931789179
        },
        {
            "start": 931789180,
            "stop": 931789203
        },
        {
            "start": 931789205,
            "stop": 931789212
        },
        {
            "start": 931789214,
            "stop": 931789268
        },
        {
            "start": 931789271,
            "stop": 931789281
        },
        {
            "start": 931789283,
            "stop": 931789391
        },
        {
            "start": 931789393,
            "stop": 931789417
        },
        {
            "start": 931789419,
            "stop": 931789600
        },
        {
            "start": 931789603,
            "stop": 931789716
        }
    ]
}