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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=749",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=747",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 748,
    "results": [
        {
            "start": 857789062,
            "stop": 857790210
        },
        {
            "start": 857792670,
            "stop": 857802990
        },
        {
            "start": 857803110,
            "stop": 857833218
        },
        {
            "start": 857850329,
            "stop": 857851252
        },
        {
            "start": 857861192,
            "stop": 857862318
        },
        {
            "start": 857864602,
            "stop": 857898536
        },
        {
            "start": 857901167,
            "stop": 857907155
        },
        {
            "start": 857907194,
            "stop": 857908825
        },
        {
            "start": 857908828,
            "stop": 857908832
        },
        {
            "start": 857908845,
            "stop": 857910881
        },
        {
            "start": 857910907,
            "stop": 857912650
        },
        {
            "start": 857912662,
            "stop": 857914326
        },
        {
            "start": 857914329,
            "stop": 857914333
        },
        {
            "start": 857914388,
            "stop": 857929297
        },
        {
            "start": 857932255,
            "stop": 857932470
        },
        {
            "start": 857934618,
            "stop": 857940944
        },
        {
            "start": 857946173,
            "stop": 857946467
        },
        {
            "start": 857948674,
            "stop": 857949065
        },
        {
            "start": 857950654,
            "stop": 857962374
        },
        {
            "start": 857962484,
            "stop": 857994849
        }
    ]
}