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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=95",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=93",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 94,
    "results": [
        {
            "start": 816860556,
            "stop": 816860601
        },
        {
            "start": 816860622,
            "stop": 816860624
        },
        {
            "start": 816860644,
            "stop": 816860660
        },
        {
            "start": 816860750,
            "stop": 816860801
        },
        {
            "start": 816860823,
            "stop": 816860837
        },
        {
            "start": 816860901,
            "stop": 816860980
        },
        {
            "start": 816861000,
            "stop": 816861107
        },
        {
            "start": 816861140,
            "stop": 816861214
        },
        {
            "start": 816861233,
            "stop": 816861414
        },
        {
            "start": 816861434,
            "stop": 816861445
        },
        {
            "start": 816861499,
            "stop": 816861531
        },
        {
            "start": 816861573,
            "stop": 816861628
        },
        {
            "start": 816861678,
            "stop": 816861713
        },
        {
            "start": 816861733,
            "stop": 816861860
        },
        {
            "start": 816861895,
            "stop": 816861991
        },
        {
            "start": 816862049,
            "stop": 816862071
        },
        {
            "start": 816862155,
            "stop": 816862164
        },
        {
            "start": 816862198,
            "stop": 816862214
        },
        {
            "start": 816862281,
            "stop": 816862288
        },
        {
            "start": 816862309,
            "stop": 816862377
        }
    ]
}