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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2064",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2062",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2063,
    "results": [
        {
            "start": 861726793,
            "stop": 861726795
        },
        {
            "start": 861726800,
            "stop": 861726810
        },
        {
            "start": 861726815,
            "stop": 861726820
        },
        {
            "start": 861726825,
            "stop": 861729210
        },
        {
            "start": 861729215,
            "stop": 861730475
        },
        {
            "start": 861730480,
            "stop": 861737860
        },
        {
            "start": 861737865,
            "stop": 861739598
        },
        {
            "start": 861740458,
            "stop": 861741247
        },
        {
            "start": 861741547,
            "stop": 861749310
        },
        {
            "start": 861751051,
            "stop": 861751225
        },
        {
            "start": 861751525,
            "stop": 861764605
        },
        {
            "start": 861765472,
            "stop": 861775029
        },
        {
            "start": 861775031,
            "stop": 861780132
        },
        {
            "start": 861780967,
            "stop": 861823913
        },
        {
            "start": 861825061,
            "stop": 861842758
        },
        {
            "start": 861844349,
            "stop": 861844977
        },
        {
            "start": 861845277,
            "stop": 861866469
        },
        {
            "start": 861866769,
            "stop": 861885870
        },
        {
            "start": 861891273,
            "stop": 861919618
        },
        {
            "start": 861920900,
            "stop": 861924328
        }
    ]
}