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=4599
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=4600",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4598",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4599,
    "results": [
        {
            "start": 874098933,
            "stop": 874098966
        },
        {
            "start": 874098993,
            "stop": 874099044
        },
        {
            "start": 874099063,
            "stop": 874099065
        },
        {
            "start": 874099090,
            "stop": 874099399
        },
        {
            "start": 874099419,
            "stop": 874099507
        },
        {
            "start": 874099526,
            "stop": 874099693
        },
        {
            "start": 874099712,
            "stop": 874099713
        },
        {
            "start": 874099733,
            "stop": 874099764
        },
        {
            "start": 874099783,
            "stop": 874099969
        },
        {
            "start": 874099988,
            "stop": 874100134
        },
        {
            "start": 874100153,
            "stop": 874100341
        },
        {
            "start": 874100360,
            "stop": 874100880
        },
        {
            "start": 874100913,
            "stop": 874101018
        },
        {
            "start": 874101037,
            "stop": 874101107
        },
        {
            "start": 874101124,
            "stop": 874101140
        },
        {
            "start": 874101171,
            "stop": 874101210
        },
        {
            "start": 874101227,
            "stop": 874101236
        },
        {
            "start": 874101255,
            "stop": 874101367
        },
        {
            "start": 874101386,
            "stop": 874101456
        },
        {
            "start": 874101499,
            "stop": 874101557
        }
    ]
}