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=14221
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=14222",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14220",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14221,
    "results": [
        {
            "start": 971171942,
            "stop": 971171943
        },
        {
            "start": 971171944,
            "stop": 971171945
        },
        {
            "start": 971171956,
            "stop": 971171957
        },
        {
            "start": 971171959,
            "stop": 971171961
        },
        {
            "start": 971171962,
            "stop": 971171966
        },
        {
            "start": 971171967,
            "stop": 971171970
        },
        {
            "start": 971171974,
            "stop": 971171975
        },
        {
            "start": 971171977,
            "stop": 971171979
        },
        {
            "start": 971171982,
            "stop": 971171984
        },
        {
            "start": 971171990,
            "stop": 971171991
        },
        {
            "start": 971171996,
            "stop": 971171998
        },
        {
            "start": 971172002,
            "stop": 971172003
        },
        {
            "start": 971172005,
            "stop": 971172007
        },
        {
            "start": 971172009,
            "stop": 971172013
        },
        {
            "start": 971172014,
            "stop": 971172015
        },
        {
            "start": 971172018,
            "stop": 971172020
        },
        {
            "start": 971172023,
            "stop": 971172025
        },
        {
            "start": 971172028,
            "stop": 971172030
        },
        {
            "start": 971172034,
            "stop": 971172037
        },
        {
            "start": 971172039,
            "stop": 971172040
        }
    ]
}