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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7392",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7390",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7391,
    "results": [
        {
            "start": 969647901,
            "stop": 969648043
        },
        {
            "start": 969648227,
            "stop": 969648302
        },
        {
            "start": 969648305,
            "stop": 969648350
        },
        {
            "start": 969648361,
            "stop": 969648463
        },
        {
            "start": 969648466,
            "stop": 969648471
        },
        {
            "start": 969648474,
            "stop": 969648499
        },
        {
            "start": 969648524,
            "stop": 969648602
        },
        {
            "start": 969648682,
            "stop": 969648842
        },
        {
            "start": 969648922,
            "stop": 969649042
        },
        {
            "start": 969649171,
            "stop": 969649202
        },
        {
            "start": 969649242,
            "stop": 969649322
        },
        {
            "start": 969649362,
            "stop": 969649364
        },
        {
            "start": 969649531,
            "stop": 969649599
        },
        {
            "start": 969649602,
            "stop": 969649645
        },
        {
            "start": 969649650,
            "stop": 969649686
        },
        {
            "start": 969649689,
            "stop": 969649722
        },
        {
            "start": 969649762,
            "stop": 969649847
        },
        {
            "start": 969650267,
            "stop": 969650282
        },
        {
            "start": 969650322,
            "stop": 969650400
        },
        {
            "start": 969650420,
            "stop": 969650426
        }
    ]
}