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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=88",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=86",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 87,
    "results": [
        {
            "start": 817788148,
            "stop": 817788739
        },
        {
            "start": 817788756,
            "stop": 817790553
        },
        {
            "start": 817790570,
            "stop": 817791878
        },
        {
            "start": 817791998,
            "stop": 817792397
        },
        {
            "start": 817792414,
            "stop": 817795680
        },
        {
            "start": 817795712,
            "stop": 817796352
        },
        {
            "start": 817796384,
            "stop": 817796400
        },
        {
            "start": 817796520,
            "stop": 817805952
        },
        {
            "start": 817805984,
            "stop": 817813439
        },
        {
            "start": 817813442,
            "stop": 817820032
        },
        {
            "start": 817820064,
            "stop": 817820340
        },
        {
            "start": 817820460,
            "stop": 817821483
        },
        {
            "start": 817822627,
            "stop": 817823616
        },
        {
            "start": 817823648,
            "stop": 817824105
        },
        {
            "start": 817824123,
            "stop": 817824337
        },
        {
            "start": 817828411,
            "stop": 817828865
        },
        {
            "start": 817828869,
            "stop": 817829006
        },
        {
            "start": 817829052,
            "stop": 817829520
        },
        {
            "start": 817829580,
            "stop": 817831232
        },
        {
            "start": 817831264,
            "stop": 817832888
        }
    ]
}