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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8792",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8790",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8791,
    "results": [
        {
            "start": 872375468,
            "stop": 872375485
        },
        {
            "start": 872375513,
            "stop": 872375515
        },
        {
            "start": 872375534,
            "stop": 872375537
        },
        {
            "start": 872375554,
            "stop": 872375564
        },
        {
            "start": 872375774,
            "stop": 872376018
        },
        {
            "start": 872376035,
            "stop": 872376096
        },
        {
            "start": 872376113,
            "stop": 872376116
        },
        {
            "start": 872376133,
            "stop": 872376326
        },
        {
            "start": 872376345,
            "stop": 872376605
        },
        {
            "start": 872376622,
            "stop": 872376680
        },
        {
            "start": 872376699,
            "stop": 872376775
        },
        {
            "start": 872376792,
            "stop": 872377049
        },
        {
            "start": 872377069,
            "stop": 872377098
        },
        {
            "start": 872377122,
            "stop": 872377241
        },
        {
            "start": 872377258,
            "stop": 872377500
        },
        {
            "start": 872378040,
            "stop": 872378047
        },
        {
            "start": 872378066,
            "stop": 872378228
        },
        {
            "start": 872378245,
            "stop": 872378289
        },
        {
            "start": 872378308,
            "stop": 872378329
        },
        {
            "start": 872378348,
            "stop": 872378386
        }
    ]
}