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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=317",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=315",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 316,
    "results": [
        {
            "start": 931773270,
            "stop": 931773271
        },
        {
            "start": 931773275,
            "stop": 931773292
        },
        {
            "start": 931773295,
            "stop": 931773299
        },
        {
            "start": 931773303,
            "stop": 931773308
        },
        {
            "start": 931773315,
            "stop": 931773329
        },
        {
            "start": 931773334,
            "stop": 931773335
        },
        {
            "start": 931773338,
            "stop": 931773350
        },
        {
            "start": 931773355,
            "stop": 931773357
        },
        {
            "start": 931773360,
            "stop": 931773396
        },
        {
            "start": 931773399,
            "stop": 931773408
        },
        {
            "start": 931773411,
            "stop": 931773424
        },
        {
            "start": 931773427,
            "stop": 931773429
        },
        {
            "start": 931773432,
            "stop": 931773442
        },
        {
            "start": 931773447,
            "stop": 931773477
        },
        {
            "start": 931773480,
            "stop": 931773481
        },
        {
            "start": 931773486,
            "stop": 931773498
        },
        {
            "start": 931773501,
            "stop": 931773522
        },
        {
            "start": 931773534,
            "stop": 931773538
        },
        {
            "start": 931773541,
            "stop": 931773550
        },
        {
            "start": 931773553,
            "stop": 931773555
        }
    ]
}