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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3662",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3660",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3661,
    "results": [
        {
            "start": 872767620,
            "stop": 872770473
        },
        {
            "start": 872770490,
            "stop": 872771100
        },
        {
            "start": 872771160,
            "stop": 872772256
        },
        {
            "start": 872772273,
            "stop": 872773080
        },
        {
            "start": 872773140,
            "stop": 872774492
        },
        {
            "start": 872774509,
            "stop": 872775601
        },
        {
            "start": 872775618,
            "stop": 872776020
        },
        {
            "start": 872776140,
            "stop": 872777234
        },
        {
            "start": 872777251,
            "stop": 872780772
        },
        {
            "start": 872780789,
            "stop": 872781242
        },
        {
            "start": 872781259,
            "stop": 872781768
        },
        {
            "start": 872781785,
            "stop": 872784005
        },
        {
            "start": 872784023,
            "stop": 872784791
        },
        {
            "start": 872784811,
            "stop": 872785734
        },
        {
            "start": 872785752,
            "stop": 872787243
        },
        {
            "start": 872787260,
            "stop": 872788459
        },
        {
            "start": 872788476,
            "stop": 872788988
        },
        {
            "start": 872789005,
            "stop": 872789196
        },
        {
            "start": 872789213,
            "stop": 872789401
        },
        {
            "start": 872789419,
            "stop": 872789899
        }
    ]
}