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=14074
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=14075",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14073",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14074,
    "results": [
        {
            "start": 971156521,
            "stop": 971156522
        },
        {
            "start": 971156523,
            "stop": 971156525
        },
        {
            "start": 971156526,
            "stop": 971156527
        },
        {
            "start": 971156531,
            "stop": 971156541
        },
        {
            "start": 971156543,
            "stop": 971156545
        },
        {
            "start": 971156546,
            "stop": 971156554
        },
        {
            "start": 971156560,
            "stop": 971156561
        },
        {
            "start": 971156562,
            "stop": 971156563
        },
        {
            "start": 971156564,
            "stop": 971156565
        },
        {
            "start": 971156569,
            "stop": 971156571
        },
        {
            "start": 971156573,
            "stop": 971156574
        },
        {
            "start": 971156578,
            "stop": 971156583
        },
        {
            "start": 971156589,
            "stop": 971156593
        },
        {
            "start": 971156595,
            "stop": 971156597
        },
        {
            "start": 971156606,
            "stop": 971156608
        },
        {
            "start": 971156609,
            "stop": 971156610
        },
        {
            "start": 971156611,
            "stop": 971156614
        },
        {
            "start": 971156617,
            "stop": 971156620
        },
        {
            "start": 971156621,
            "stop": 971156622
        },
        {
            "start": 971156623,
            "stop": 971156632
        }
    ]
}