Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=51
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=52",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=50",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 51,
    "results": [
        {
            "start": 825047416,
            "stop": 825048290
        },
        {
            "start": 825049079,
            "stop": 825049876
        },
        {
            "start": 825053172,
            "stop": 825053890
        },
        {
            "start": 825059773,
            "stop": 825060164
        },
        {
            "start": 825061450,
            "stop": 825061738
        },
        {
            "start": 825063259,
            "stop": 825064164
        },
        {
            "start": 825065858,
            "stop": 825066222
        },
        {
            "start": 825066914,
            "stop": 825069377
        },
        {
            "start": 825072415,
            "stop": 825072774
        },
        {
            "start": 825073767,
            "stop": 825077234
        },
        {
            "start": 825078832,
            "stop": 825083118
        },
        {
            "start": 825083598,
            "stop": 825084273
        },
        {
            "start": 825086583,
            "stop": 825089013
        },
        {
            "start": 825089074,
            "stop": 825096841
        },
        {
            "start": 825096904,
            "stop": 825101138
        },
        {
            "start": 825103061,
            "stop": 825105396
        },
        {
            "start": 825106777,
            "stop": 825106915
        },
        {
            "start": 825108532,
            "stop": 825109663
        },
        {
            "start": 825110445,
            "stop": 825110631
        },
        {
            "start": 825110702,
            "stop": 825113633
        }
    ]
}