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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4670",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4668",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4669,
    "results": [
        {
            "start": 874306448,
            "stop": 874306546
        },
        {
            "start": 874306567,
            "stop": 874306693
        },
        {
            "start": 874306713,
            "stop": 874306850
        },
        {
            "start": 874306874,
            "stop": 874307179
        },
        {
            "start": 874307217,
            "stop": 874307236
        },
        {
            "start": 874307256,
            "stop": 874307343
        },
        {
            "start": 874307362,
            "stop": 874307422
        },
        {
            "start": 874307441,
            "stop": 874307451
        },
        {
            "start": 874307470,
            "stop": 874307544
        },
        {
            "start": 874307563,
            "stop": 874307677
        },
        {
            "start": 874307729,
            "stop": 874307847
        },
        {
            "start": 874307866,
            "stop": 874308011
        },
        {
            "start": 874308030,
            "stop": 874308167
        },
        {
            "start": 874308193,
            "stop": 874308312
        },
        {
            "start": 874308339,
            "stop": 874308513
        },
        {
            "start": 874308545,
            "stop": 874308636
        },
        {
            "start": 874308655,
            "stop": 874308666
        },
        {
            "start": 874308685,
            "stop": 874308722
        },
        {
            "start": 874308742,
            "stop": 874308758
        },
        {
            "start": 874308777,
            "stop": 874309010
        }
    ]
}