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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5689",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5687",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5688,
    "results": [
        {
            "start": 874563870,
            "stop": 874563877
        },
        {
            "start": 874563881,
            "stop": 874564037
        },
        {
            "start": 874564043,
            "stop": 874564072
        },
        {
            "start": 874564075,
            "stop": 874564125
        },
        {
            "start": 874564128,
            "stop": 874564177
        },
        {
            "start": 874564186,
            "stop": 874564198
        },
        {
            "start": 874564202,
            "stop": 874564222
        },
        {
            "start": 874564226,
            "stop": 874564314
        },
        {
            "start": 874564317,
            "stop": 874564333
        },
        {
            "start": 874564336,
            "stop": 874564372
        },
        {
            "start": 874564376,
            "stop": 874564438
        },
        {
            "start": 874564441,
            "stop": 874564455
        },
        {
            "start": 874564458,
            "stop": 874564507
        },
        {
            "start": 874564512,
            "stop": 874564526
        },
        {
            "start": 874564529,
            "stop": 874564534
        },
        {
            "start": 874564538,
            "stop": 874564669
        },
        {
            "start": 874564672,
            "stop": 874564680
        },
        {
            "start": 874564684,
            "stop": 874564731
        },
        {
            "start": 874564734,
            "stop": 874564796
        },
        {
            "start": 874564800,
            "stop": 874564845
        }
    ]
}