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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=128",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=126",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 127,
    "results": [
        {
            "start": 931127850,
            "stop": 931127869
        },
        {
            "start": 931127870,
            "stop": 931127900
        },
        {
            "start": 931127901,
            "stop": 931127931
        },
        {
            "start": 931127933,
            "stop": 931127936
        },
        {
            "start": 931127938,
            "stop": 931127972
        },
        {
            "start": 931127973,
            "stop": 931127977
        },
        {
            "start": 931127978,
            "stop": 931127990
        },
        {
            "start": 931127992,
            "stop": 931128018
        },
        {
            "start": 931128019,
            "stop": 931128020
        },
        {
            "start": 931128021,
            "stop": 931128023
        },
        {
            "start": 931128024,
            "stop": 931128026
        },
        {
            "start": 931128028,
            "stop": 931128042
        },
        {
            "start": 931128043,
            "stop": 931128052
        },
        {
            "start": 931128053,
            "stop": 931128063
        },
        {
            "start": 931128064,
            "stop": 931128070
        },
        {
            "start": 931128071,
            "stop": 931128080
        },
        {
            "start": 931128081,
            "stop": 931128083
        },
        {
            "start": 931128084,
            "stop": 931128097
        },
        {
            "start": 931128099,
            "stop": 931128108
        },
        {
            "start": 931128109,
            "stop": 931128117
        }
    ]
}