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=356
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=357",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=355",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 356,
    "results": [
        {
            "start": 829345610,
            "stop": 829345612
        },
        {
            "start": 829345614,
            "stop": 829345616
        },
        {
            "start": 829345619,
            "stop": 829345620
        },
        {
            "start": 829345622,
            "stop": 829345625
        },
        {
            "start": 829345629,
            "stop": 829345632
        },
        {
            "start": 829345634,
            "stop": 829345638
        },
        {
            "start": 829345640,
            "stop": 829345644
        },
        {
            "start": 829345649,
            "stop": 829345650
        },
        {
            "start": 829345660,
            "stop": 829345663
        },
        {
            "start": 829345667,
            "stop": 829345670
        },
        {
            "start": 829345671,
            "stop": 829345672
        },
        {
            "start": 829345682,
            "stop": 829345686
        },
        {
            "start": 829345688,
            "stop": 829345690
        },
        {
            "start": 829345692,
            "stop": 829345693
        },
        {
            "start": 829345696,
            "stop": 829345698
        },
        {
            "start": 829345703,
            "stop": 829345704
        },
        {
            "start": 829345710,
            "stop": 829345712
        },
        {
            "start": 829345721,
            "stop": 829345730
        },
        {
            "start": 829345735,
            "stop": 829345741
        },
        {
            "start": 829345744,
            "stop": 829345750
        }
    ]
}