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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT1/segments?format=api&page=230",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT1/segments?format=api&page=228",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 229,
    "results": [
        {
            "start": 1421669673,
            "stop": 1421670679
        },
        {
            "start": 1421670681,
            "stop": 1421670786
        },
        {
            "start": 1421670789,
            "stop": 1421670806
        },
        {
            "start": 1421670814,
            "stop": 1421673010
        },
        {
            "start": 1421673014,
            "stop": 1421685120
        },
        {
            "start": 1421705196,
            "stop": 1421707744
        },
        {
            "start": 1421707745,
            "stop": 1421709336
        },
        {
            "start": 1421709337,
            "stop": 1421714371
        },
        {
            "start": 1421714375,
            "stop": 1421716347
        },
        {
            "start": 1421716352,
            "stop": 1421717847
        },
        {
            "start": 1421717851,
            "stop": 1421719019
        },
        {
            "start": 1421719021,
            "stop": 1421719787
        },
        {
            "start": 1421719791,
            "stop": 1421719957
        },
        {
            "start": 1421719959,
            "stop": 1421720088
        },
        {
            "start": 1421722830,
            "stop": 1421730068
        },
        {
            "start": 1421730070,
            "stop": 1421731870
        },
        {
            "start": 1421731874,
            "stop": 1421737022
        },
        {
            "start": 1421737030,
            "stop": 1421737050
        },
        {
            "start": 1421737054,
            "stop": 1421737062
        },
        {
            "start": 1421737066,
            "stop": 1421738630
        }
    ]
}