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=29334
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=29335",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29333",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29334,
    "results": [
        {
            "start": 971244754,
            "stop": 971244791
        },
        {
            "start": 971244792,
            "stop": 971244797
        },
        {
            "start": 971244799,
            "stop": 971244832
        },
        {
            "start": 971244834,
            "stop": 971244852
        },
        {
            "start": 971244853,
            "stop": 971244862
        },
        {
            "start": 971244863,
            "stop": 971244868
        },
        {
            "start": 971244872,
            "stop": 971244902
        },
        {
            "start": 971244903,
            "stop": 971244919
        },
        {
            "start": 971244921,
            "stop": 971244922
        },
        {
            "start": 971244923,
            "stop": 971244932
        },
        {
            "start": 971244933,
            "stop": 971244942
        },
        {
            "start": 971244945,
            "stop": 971244955
        },
        {
            "start": 971244957,
            "stop": 971244958
        },
        {
            "start": 971244959,
            "stop": 971244962
        },
        {
            "start": 971244965,
            "stop": 971244972
        },
        {
            "start": 971244973,
            "stop": 971245018
        },
        {
            "start": 971245022,
            "stop": 971245025
        },
        {
            "start": 971245026,
            "stop": 971245031
        },
        {
            "start": 971245032,
            "stop": 971245039
        },
        {
            "start": 971245040,
            "stop": 971245077
        }
    ]
}