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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=258",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=256",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 257,
    "results": [
        {
            "start": 1178113837,
            "stop": 1178113843
        },
        {
            "start": 1178113846,
            "stop": 1178113847
        },
        {
            "start": 1178113849,
            "stop": 1178113864
        },
        {
            "start": 1178113865,
            "stop": 1178113900
        },
        {
            "start": 1178113901,
            "stop": 1178117643
        },
        {
            "start": 1178117644,
            "stop": 1178119525
        },
        {
            "start": 1178119526,
            "stop": 1178126866
        },
        {
            "start": 1178126867,
            "stop": 1178126901
        },
        {
            "start": 1178126903,
            "stop": 1178127026
        },
        {
            "start": 1178127027,
            "stop": 1178127330
        },
        {
            "start": 1178127332,
            "stop": 1178127626
        },
        {
            "start": 1178127627,
            "stop": 1178127634
        },
        {
            "start": 1178127635,
            "stop": 1178128092
        },
        {
            "start": 1178128093,
            "stop": 1178134048
        },
        {
            "start": 1178134051,
            "stop": 1178135324
        },
        {
            "start": 1178135325,
            "stop": 1178135329
        },
        {
            "start": 1178135330,
            "stop": 1178135502
        },
        {
            "start": 1178135503,
            "stop": 1178135673
        },
        {
            "start": 1178135674,
            "stop": 1178135814
        },
        {
            "start": 1178135815,
            "stop": 1178136017
        }
    ]
}