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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3814",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3812",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3813,
    "results": [
        {
            "start": 873323208,
            "stop": 873323220
        },
        {
            "start": 873323221,
            "stop": 873323232
        },
        {
            "start": 873323233,
            "stop": 873323256
        },
        {
            "start": 873323257,
            "stop": 873323329
        },
        {
            "start": 873323332,
            "stop": 873323334
        },
        {
            "start": 873323335,
            "stop": 873323417
        },
        {
            "start": 873323418,
            "stop": 873323756
        },
        {
            "start": 873323757,
            "stop": 873323972
        },
        {
            "start": 873324004,
            "stop": 873326575
        },
        {
            "start": 873330311,
            "stop": 873330312
        },
        {
            "start": 873330314,
            "stop": 873330316
        },
        {
            "start": 873330317,
            "stop": 873330320
        },
        {
            "start": 873330324,
            "stop": 873330327
        },
        {
            "start": 873330328,
            "stop": 873330334
        },
        {
            "start": 873330335,
            "stop": 873330338
        },
        {
            "start": 873330339,
            "stop": 873330343
        },
        {
            "start": 873330345,
            "stop": 873330346
        },
        {
            "start": 873330347,
            "stop": 873330353
        },
        {
            "start": 873330354,
            "stop": 873330355
        },
        {
            "start": 873330356,
            "stop": 873330380
        }
    ]
}