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=14228
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=14229",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14227",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14228,
    "results": [
        {
            "start": 971172616,
            "stop": 971172617
        },
        {
            "start": 971172621,
            "stop": 971172622
        },
        {
            "start": 971172623,
            "stop": 971172624
        },
        {
            "start": 971172627,
            "stop": 971172630
        },
        {
            "start": 971172632,
            "stop": 971172633
        },
        {
            "start": 971172634,
            "stop": 971172635
        },
        {
            "start": 971172638,
            "stop": 971172640
        },
        {
            "start": 971172642,
            "stop": 971172643
        },
        {
            "start": 971172644,
            "stop": 971172647
        },
        {
            "start": 971172649,
            "stop": 971172650
        },
        {
            "start": 971172658,
            "stop": 971172659
        },
        {
            "start": 971172661,
            "stop": 971172662
        },
        {
            "start": 971172665,
            "stop": 971172667
        },
        {
            "start": 971172672,
            "stop": 971172673
        },
        {
            "start": 971172679,
            "stop": 971172680
        },
        {
            "start": 971172687,
            "stop": 971172688
        },
        {
            "start": 971172693,
            "stop": 971172697
        },
        {
            "start": 971172703,
            "stop": 971172705
        },
        {
            "start": 971172710,
            "stop": 971172711
        },
        {
            "start": 971172716,
            "stop": 971172717
        }
    ]
}