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=4717
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=4718",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4716",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4717,
    "results": [
        {
            "start": 874426647,
            "stop": 874426681
        },
        {
            "start": 874426700,
            "stop": 874426894
        },
        {
            "start": 874426913,
            "stop": 874427122
        },
        {
            "start": 874427141,
            "stop": 874427174
        },
        {
            "start": 874427193,
            "stop": 874427210
        },
        {
            "start": 874427229,
            "stop": 874427234
        },
        {
            "start": 874427264,
            "stop": 874427275
        },
        {
            "start": 874427306,
            "stop": 874427374
        },
        {
            "start": 874427393,
            "stop": 874427416
        },
        {
            "start": 874427550,
            "stop": 874427617
        },
        {
            "start": 874427636,
            "stop": 874427713
        },
        {
            "start": 874427734,
            "stop": 874427747
        },
        {
            "start": 874427784,
            "stop": 874427870
        },
        {
            "start": 874427890,
            "stop": 874427971
        },
        {
            "start": 874427991,
            "stop": 874428035
        },
        {
            "start": 874428054,
            "stop": 874428114
        },
        {
            "start": 874428131,
            "stop": 874428259
        },
        {
            "start": 874428279,
            "stop": 874428296
        },
        {
            "start": 874428360,
            "stop": 874428411
        },
        {
            "start": 874428430,
            "stop": 874428479
        }
    ]
}