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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=686",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=684",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 685,
    "results": [
        {
            "start": 829900021,
            "stop": 829900117
        },
        {
            "start": 829900120,
            "stop": 829907740
        },
        {
            "start": 829907743,
            "stop": 829912714
        },
        {
            "start": 829912731,
            "stop": 829914069
        },
        {
            "start": 829914086,
            "stop": 829915384
        },
        {
            "start": 829915388,
            "stop": 829918515
        },
        {
            "start": 829918519,
            "stop": 829920689
        },
        {
            "start": 829920711,
            "stop": 829920720
        },
        {
            "start": 829920783,
            "stop": 829920789
        },
        {
            "start": 829920811,
            "stop": 829923240
        },
        {
            "start": 829923360,
            "stop": 829925460
        },
        {
            "start": 829925520,
            "stop": 829926895
        },
        {
            "start": 829926899,
            "stop": 829927560
        },
        {
            "start": 829927680,
            "stop": 829927800
        },
        {
            "start": 829927860,
            "stop": 829928002
        },
        {
            "start": 829928020,
            "stop": 829928201
        },
        {
            "start": 829928204,
            "stop": 829928220
        },
        {
            "start": 829928280,
            "stop": 829928337
        },
        {
            "start": 829928341,
            "stop": 829928501
        },
        {
            "start": 829928801,
            "stop": 829928925
        }
    ]
}