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=318
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=319",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=317",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 318,
    "results": [
        {
            "start": 1181718454,
            "stop": 1181720315
        },
        {
            "start": 1181720316,
            "stop": 1181720322
        },
        {
            "start": 1181720324,
            "stop": 1181720438
        },
        {
            "start": 1181720439,
            "stop": 1181720793
        },
        {
            "start": 1181720794,
            "stop": 1181720796
        },
        {
            "start": 1181720798,
            "stop": 1181721064
        },
        {
            "start": 1181721066,
            "stop": 1181721532
        },
        {
            "start": 1181721533,
            "stop": 1181721652
        },
        {
            "start": 1181721654,
            "stop": 1181721900
        },
        {
            "start": 1181721901,
            "stop": 1181721960
        },
        {
            "start": 1181721961,
            "stop": 1181722174
        },
        {
            "start": 1181722175,
            "stop": 1181722177
        },
        {
            "start": 1181722178,
            "stop": 1181722428
        },
        {
            "start": 1181722431,
            "stop": 1181722838
        },
        {
            "start": 1181722841,
            "stop": 1181722912
        },
        {
            "start": 1181722913,
            "stop": 1181722915
        },
        {
            "start": 1181722917,
            "stop": 1181722960
        },
        {
            "start": 1181722961,
            "stop": 1181722975
        },
        {
            "start": 1181722976,
            "stop": 1181723090
        },
        {
            "start": 1181723091,
            "stop": 1181723270
        }
    ]
}