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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4980",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4978",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4979,
    "results": [
        {
            "start": 874426237,
            "stop": 874426341
        },
        {
            "start": 874426360,
            "stop": 874426461
        },
        {
            "start": 874426480,
            "stop": 874426624
        },
        {
            "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": 874427453,
            "stop": 874427461
        },
        {
            "start": 874427480,
            "stop": 874427485
        },
        {
            "start": 874427504,
            "stop": 874427514
        },
        {
            "start": 874427533,
            "stop": 874427617
        },
        {
            "start": 874427636,
            "stop": 874427713
        },
        {
            "start": 874427734,
            "stop": 874427747
        },
        {
            "start": 874427784,
            "stop": 874427870
        },
        {
            "start": 874427890,
            "stop": 874427971
        }
    ]
}