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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2074",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2072",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2073,
    "results": [
        {
            "start": 862568125,
            "stop": 862568214
        },
        {
            "start": 862568514,
            "stop": 862571338
        },
        {
            "start": 862571340,
            "stop": 862573647
        },
        {
            "start": 862573653,
            "stop": 862579320
        },
        {
            "start": 862579325,
            "stop": 862583401
        },
        {
            "start": 862583745,
            "stop": 862584345
        },
        {
            "start": 862584350,
            "stop": 862587480
        },
        {
            "start": 862587540,
            "stop": 862595480
        },
        {
            "start": 862595485,
            "stop": 862595490
        },
        {
            "start": 862595495,
            "stop": 862595503
        },
        {
            "start": 862595504,
            "stop": 862595557
        },
        {
            "start": 862595563,
            "stop": 862597450
        },
        {
            "start": 862597985,
            "stop": 862599367
        },
        {
            "start": 862599373,
            "stop": 862599609
        },
        {
            "start": 862602247,
            "stop": 862602715
        },
        {
            "start": 862602720,
            "stop": 862605644
        },
        {
            "start": 862605976,
            "stop": 862615120
        },
        {
            "start": 862615125,
            "stop": 862615126
        },
        {
            "start": 862615127,
            "stop": 862620873
        },
        {
            "start": 862620875,
            "stop": 862621350
        }
    ]
}