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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=206",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=204",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 205,
    "results": [
        {
            "start": 931498364,
            "stop": 931498366
        },
        {
            "start": 931498371,
            "stop": 931498374
        },
        {
            "start": 931498377,
            "stop": 931498380
        },
        {
            "start": 931498385,
            "stop": 931498407
        },
        {
            "start": 931498413,
            "stop": 931498423
        },
        {
            "start": 931498427,
            "stop": 931498431
        },
        {
            "start": 931498434,
            "stop": 931498440
        },
        {
            "start": 931498443,
            "stop": 931498453
        },
        {
            "start": 931498458,
            "stop": 931498481
        },
        {
            "start": 931498484,
            "stop": 931498488
        },
        {
            "start": 931498492,
            "stop": 931498493
        },
        {
            "start": 931498501,
            "stop": 931498502
        },
        {
            "start": 931498505,
            "stop": 931498513
        },
        {
            "start": 931498516,
            "stop": 931498524
        },
        {
            "start": 931498530,
            "stop": 931498531
        },
        {
            "start": 931498534,
            "stop": 931498537
        },
        {
            "start": 931498541,
            "stop": 931498551
        },
        {
            "start": 931498553,
            "stop": 931498561
        },
        {
            "start": 931498564,
            "stop": 931498565
        },
        {
            "start": 931498568,
            "stop": 931498579
        }
    ]
}