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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=330",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=328",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 329,
    "results": [
        {
            "start": 821290899,
            "stop": 821290927
        },
        {
            "start": 821290946,
            "stop": 821290947
        },
        {
            "start": 821290966,
            "stop": 821291044
        },
        {
            "start": 821291063,
            "stop": 821291308
        },
        {
            "start": 821291327,
            "stop": 821291697
        },
        {
            "start": 821291716,
            "stop": 821291742
        },
        {
            "start": 821291761,
            "stop": 821291833
        },
        {
            "start": 821291852,
            "stop": 821291864
        },
        {
            "start": 821291888,
            "stop": 821291891
        },
        {
            "start": 821291910,
            "stop": 821291973
        },
        {
            "start": 821291992,
            "stop": 821291996
        },
        {
            "start": 821292033,
            "stop": 821292071
        },
        {
            "start": 821292090,
            "stop": 821292160
        },
        {
            "start": 821292179,
            "stop": 821292288
        },
        {
            "start": 821292307,
            "stop": 821292772
        },
        {
            "start": 821292791,
            "stop": 821292873
        },
        {
            "start": 821292892,
            "stop": 821293297
        },
        {
            "start": 821293337,
            "stop": 821293417
        },
        {
            "start": 821293436,
            "stop": 821293450
        },
        {
            "start": 821293469,
            "stop": 821293478
        }
    ]
}