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=9897
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=9898",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9896",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9897,
    "results": [
        {
            "start": 874565340,
            "stop": 874565700
        },
        {
            "start": 874565880,
            "stop": 874565940
        },
        {
            "start": 874566000,
            "stop": 874566120
        },
        {
            "start": 874566180,
            "stop": 874566240
        },
        {
            "start": 874566360,
            "stop": 874566420
        },
        {
            "start": 874566480,
            "stop": 874566540
        },
        {
            "start": 874566720,
            "stop": 874566840
        },
        {
            "start": 874566900,
            "stop": 874567080
        },
        {
            "start": 874567200,
            "stop": 874567352
        },
        {
            "start": 874567369,
            "stop": 874567380
        },
        {
            "start": 874567500,
            "stop": 874567521
        },
        {
            "start": 874567821,
            "stop": 874567965
        },
        {
            "start": 874568313,
            "stop": 874568324
        },
        {
            "start": 874568891,
            "stop": 874569000
        },
        {
            "start": 874569120,
            "stop": 874569240
        },
        {
            "start": 874569360,
            "stop": 874569660
        },
        {
            "start": 874569720,
            "stop": 874569826
        },
        {
            "start": 874569900,
            "stop": 874569999
        },
        {
            "start": 874570018,
            "stop": 874570500
        },
        {
            "start": 874570560,
            "stop": 874570620
        }
    ]
}