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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3992",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3990",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3991,
    "results": [
        {
            "start": 874635464,
            "stop": 874635587
        },
        {
            "start": 874635591,
            "stop": 874635593
        },
        {
            "start": 874635597,
            "stop": 874635640
        },
        {
            "start": 874635643,
            "stop": 874635646
        },
        {
            "start": 874635651,
            "stop": 874635652
        },
        {
            "start": 874635655,
            "stop": 874635657
        },
        {
            "start": 874635666,
            "stop": 874635676
        },
        {
            "start": 874635705,
            "stop": 874635734
        },
        {
            "start": 874635741,
            "stop": 874635742
        },
        {
            "start": 874635748,
            "stop": 874635917
        },
        {
            "start": 874635920,
            "stop": 874636336
        },
        {
            "start": 874636339,
            "stop": 874636342
        },
        {
            "start": 874636345,
            "stop": 874636393
        },
        {
            "start": 874636396,
            "stop": 874636404
        },
        {
            "start": 874636410,
            "stop": 874636423
        },
        {
            "start": 874636426,
            "stop": 874636441
        },
        {
            "start": 874636444,
            "stop": 874636485
        },
        {
            "start": 874636489,
            "stop": 874636531
        },
        {
            "start": 874636534,
            "stop": 874636637
        },
        {
            "start": 874636642,
            "stop": 874636650
        }
    ]
}