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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT1/segments?format=api&page=204",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT1/segments?format=api&page=202",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 203,
    "results": [
        {
            "start": 1420733280,
            "stop": 1420735461
        },
        {
            "start": 1420735462,
            "stop": 1420735694
        },
        {
            "start": 1420735698,
            "stop": 1420739998
        },
        {
            "start": 1420740002,
            "stop": 1420745506
        },
        {
            "start": 1420745514,
            "stop": 1420746918
        },
        {
            "start": 1420746919,
            "stop": 1420747002
        },
        {
            "start": 1420747010,
            "stop": 1420747288
        },
        {
            "start": 1420747289,
            "stop": 1420747310
        },
        {
            "start": 1420747315,
            "stop": 1420747358
        },
        {
            "start": 1420757168,
            "stop": 1420757308
        },
        {
            "start": 1420757310,
            "stop": 1420757314
        },
        {
            "start": 1420757315,
            "stop": 1420757392
        },
        {
            "start": 1420757398,
            "stop": 1420757424
        },
        {
            "start": 1420757432,
            "stop": 1420757440
        },
        {
            "start": 1420757452,
            "stop": 1420757460
        },
        {
            "start": 1420757464,
            "stop": 1420757476
        },
        {
            "start": 1420757484,
            "stop": 1420757568
        },
        {
            "start": 1420757577,
            "stop": 1420757616
        },
        {
            "start": 1420757620,
            "stop": 1420757700
        },
        {
            "start": 1420757704,
            "stop": 1420757705
        }
    ]
}