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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=108",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=106",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 107,
    "results": [
        {
            "start": 931724657,
            "stop": 931724665
        },
        {
            "start": 931724919,
            "stop": 931724922
        },
        {
            "start": 931724940,
            "stop": 931724947
        },
        {
            "start": 931725165,
            "stop": 931725168
        },
        {
            "start": 931729464,
            "stop": 931729506
        },
        {
            "start": 931729539,
            "stop": 931729566
        },
        {
            "start": 931729584,
            "stop": 931729604
        },
        {
            "start": 931729621,
            "stop": 931729717
        },
        {
            "start": 931729737,
            "stop": 931729845
        },
        {
            "start": 931729871,
            "stop": 931729998
        },
        {
            "start": 931730022,
            "stop": 931730024
        },
        {
            "start": 931730041,
            "stop": 931730070
        },
        {
            "start": 931730181,
            "stop": 931730222
        },
        {
            "start": 931730331,
            "stop": 931730340
        },
        {
            "start": 931730357,
            "stop": 931730375
        },
        {
            "start": 931730780,
            "stop": 931730854
        },
        {
            "start": 931730871,
            "stop": 931730895
        },
        {
            "start": 931730918,
            "stop": 931730925
        },
        {
            "start": 931730959,
            "stop": 931730983
        },
        {
            "start": 931731095,
            "stop": 931731100
        }
    ]
}