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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3570",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3568",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3569,
    "results": [
        {
            "start": 871731583,
            "stop": 871731676
        },
        {
            "start": 871731693,
            "stop": 871731703
        },
        {
            "start": 871731720,
            "stop": 871732060
        },
        {
            "start": 871732077,
            "stop": 871732370
        },
        {
            "start": 871732387,
            "stop": 871732411
        },
        {
            "start": 871732428,
            "stop": 871732531
        },
        {
            "start": 871732548,
            "stop": 871733221
        },
        {
            "start": 871733238,
            "stop": 871733289
        },
        {
            "start": 871733306,
            "stop": 871733356
        },
        {
            "start": 871733373,
            "stop": 871733492
        },
        {
            "start": 871733514,
            "stop": 871733530
        },
        {
            "start": 871733547,
            "stop": 871734540
        },
        {
            "start": 871734600,
            "stop": 871734844
        },
        {
            "start": 871734861,
            "stop": 871734959
        },
        {
            "start": 871734976,
            "stop": 871734995
        },
        {
            "start": 871735012,
            "stop": 871735047
        },
        {
            "start": 871735064,
            "stop": 871735099
        },
        {
            "start": 871735116,
            "stop": 871735619
        },
        {
            "start": 871735636,
            "stop": 871735846
        },
        {
            "start": 871735863,
            "stop": 871736428
        }
    ]
}