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=14169
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=14170",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14168",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14169,
    "results": [
        {
            "start": 971166456,
            "stop": 971166457
        },
        {
            "start": 971166461,
            "stop": 971166463
        },
        {
            "start": 971166465,
            "stop": 971166469
        },
        {
            "start": 971166471,
            "stop": 971166472
        },
        {
            "start": 971166475,
            "stop": 971166477
        },
        {
            "start": 971166483,
            "stop": 971166485
        },
        {
            "start": 971166488,
            "stop": 971166489
        },
        {
            "start": 971166491,
            "stop": 971166493
        },
        {
            "start": 971166494,
            "stop": 971166495
        },
        {
            "start": 971166496,
            "stop": 971166497
        },
        {
            "start": 971166508,
            "stop": 971166509
        },
        {
            "start": 971166517,
            "stop": 971166518
        },
        {
            "start": 971166520,
            "stop": 971166522
        },
        {
            "start": 971166525,
            "stop": 971166527
        },
        {
            "start": 971166528,
            "stop": 971166530
        },
        {
            "start": 971166534,
            "stop": 971166535
        },
        {
            "start": 971166536,
            "stop": 971166538
        },
        {
            "start": 971166542,
            "stop": 971166544
        },
        {
            "start": 971166548,
            "stop": 971166552
        },
        {
            "start": 971166553,
            "stop": 971166555
        }
    ]
}