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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29308",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29306",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29307,
    "results": [
        {
            "start": 971181655,
            "stop": 971181657
        },
        {
            "start": 971181659,
            "stop": 971181662
        },
        {
            "start": 971181665,
            "stop": 971181666
        },
        {
            "start": 971181667,
            "stop": 971181669
        },
        {
            "start": 971181675,
            "stop": 971181676
        },
        {
            "start": 971181677,
            "stop": 971181679
        },
        {
            "start": 971181682,
            "stop": 971181685
        },
        {
            "start": 971181687,
            "stop": 971181688
        },
        {
            "start": 971181689,
            "stop": 971181694
        },
        {
            "start": 971181696,
            "stop": 971181697
        },
        {
            "start": 971181703,
            "stop": 971181705
        },
        {
            "start": 971181707,
            "stop": 971181711
        },
        {
            "start": 971181716,
            "stop": 971181719
        },
        {
            "start": 971181720,
            "stop": 971181722
        },
        {
            "start": 971181723,
            "stop": 971181727
        },
        {
            "start": 971181740,
            "stop": 971181741
        },
        {
            "start": 971181747,
            "stop": 971181748
        },
        {
            "start": 971181749,
            "stop": 971181751
        },
        {
            "start": 971181762,
            "stop": 971181763
        },
        {
            "start": 971181764,
            "stop": 971181767
        }
    ]
}