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=25
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=26",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=24",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 25,
    "results": [
        {
            "start": 816290344,
            "stop": 816291263
        },
        {
            "start": 816319884,
            "stop": 816320280
        },
        {
            "start": 816320340,
            "stop": 816321769
        },
        {
            "start": 816321951,
            "stop": 816323359
        },
        {
            "start": 816323479,
            "stop": 816323760
        },
        {
            "start": 816323820,
            "stop": 816325609
        },
        {
            "start": 816325729,
            "stop": 816325789
        },
        {
            "start": 816327625,
            "stop": 816334920
        },
        {
            "start": 816334980,
            "stop": 816335224
        },
        {
            "start": 816335344,
            "stop": 816343929
        },
        {
            "start": 816343932,
            "stop": 816350880
        },
        {
            "start": 816350940,
            "stop": 816351360
        },
        {
            "start": 816351480,
            "stop": 816352875
        },
        {
            "start": 816352878,
            "stop": 816353126
        },
        {
            "start": 816353130,
            "stop": 816353489
        },
        {
            "start": 816356313,
            "stop": 816356582
        },
        {
            "start": 816356586,
            "stop": 816356743
        },
        {
            "start": 816356746,
            "stop": 816358140
        },
        {
            "start": 816358200,
            "stop": 816360188
        },
        {
            "start": 816360987,
            "stop": 816361380
        }
    ]
}