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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8031",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8029",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8030,
    "results": [
        {
            "start": 872149088,
            "stop": 872149219
        },
        {
            "start": 872149238,
            "stop": 872149245
        },
        {
            "start": 872149280,
            "stop": 872149437
        },
        {
            "start": 872149454,
            "stop": 872149972
        },
        {
            "start": 872149999,
            "stop": 872150365
        },
        {
            "start": 872153313,
            "stop": 872153315
        },
        {
            "start": 872153333,
            "stop": 872153354
        },
        {
            "start": 872153371,
            "stop": 872153403
        },
        {
            "start": 872153421,
            "stop": 872153614
        },
        {
            "start": 872153642,
            "stop": 872153670
        },
        {
            "start": 872153702,
            "stop": 872154143
        },
        {
            "start": 872154162,
            "stop": 872154675
        },
        {
            "start": 872154692,
            "stop": 872154850
        },
        {
            "start": 872154869,
            "stop": 872155457
        },
        {
            "start": 872155474,
            "stop": 872155508
        },
        {
            "start": 872155525,
            "stop": 872155542
        },
        {
            "start": 872155586,
            "stop": 872155974
        },
        {
            "start": 872155994,
            "stop": 872156145
        },
        {
            "start": 872156187,
            "stop": 872156309
        },
        {
            "start": 872156334,
            "stop": 872156385
        }
    ]
}