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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=350",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=348",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 349,
    "results": [
        {
            "start": 821291910,
            "stop": 821291973
        },
        {
            "start": 821291992,
            "stop": 821291996
        },
        {
            "start": 821292033,
            "stop": 821292071
        },
        {
            "start": 821292090,
            "stop": 821292110
        },
        {
            "start": 821292230,
            "stop": 821292249
        },
        {
            "start": 821292369,
            "stop": 821292772
        },
        {
            "start": 821292791,
            "stop": 821292873
        },
        {
            "start": 821292892,
            "stop": 821293297
        },
        {
            "start": 821293337,
            "stop": 821293417
        },
        {
            "start": 821293436,
            "stop": 821293450
        },
        {
            "start": 821293469,
            "stop": 821293478
        },
        {
            "start": 821293497,
            "stop": 821293528
        },
        {
            "start": 821293547,
            "stop": 821293551
        },
        {
            "start": 821293570,
            "stop": 821293583
        },
        {
            "start": 821293602,
            "stop": 821293656
        },
        {
            "start": 821293675,
            "stop": 821293854
        },
        {
            "start": 821293873,
            "stop": 821294078
        },
        {
            "start": 821294111,
            "stop": 821294174
        },
        {
            "start": 821294193,
            "stop": 821294345
        },
        {
            "start": 821294373,
            "stop": 821294501
        }
    ]
}