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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=307",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=305",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 306,
    "results": [
        {
            "start": 820981288,
            "stop": 820981380
        },
        {
            "start": 820982417,
            "stop": 820982528
        },
        {
            "start": 820983072,
            "stop": 820983328
        },
        {
            "start": 820983331,
            "stop": 820983639
        },
        {
            "start": 820983656,
            "stop": 820983927
        },
        {
            "start": 820983930,
            "stop": 820984140
        },
        {
            "start": 820984200,
            "stop": 820984748
        },
        {
            "start": 820984752,
            "stop": 820985035
        },
        {
            "start": 820985038,
            "stop": 820985141
        },
        {
            "start": 820985144,
            "stop": 820985266
        },
        {
            "start": 820985270,
            "stop": 820986185
        },
        {
            "start": 820986305,
            "stop": 820986385
        },
        {
            "start": 820986685,
            "stop": 820986780
        },
        {
            "start": 820986797,
            "stop": 820988728
        },
        {
            "start": 820988731,
            "stop": 820988772
        },
        {
            "start": 820989072,
            "stop": 820989092
        },
        {
            "start": 820989095,
            "stop": 820989318
        },
        {
            "start": 820989321,
            "stop": 820989328
        },
        {
            "start": 820989628,
            "stop": 820989968
        },
        {
            "start": 820990088,
            "stop": 820990390
        }
    ]
}