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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=304",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=302",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 303,
    "results": [
        {
            "start": 931784951,
            "stop": 931785410
        },
        {
            "start": 931785412,
            "stop": 931786065
        },
        {
            "start": 931786066,
            "stop": 931786134
        },
        {
            "start": 931786152,
            "stop": 931786156
        },
        {
            "start": 931786173,
            "stop": 931786271
        },
        {
            "start": 931786289,
            "stop": 931786812
        },
        {
            "start": 931786830,
            "stop": 931787141
        },
        {
            "start": 931787159,
            "stop": 931787235
        },
        {
            "start": 931787236,
            "stop": 931787296
        },
        {
            "start": 931787297,
            "stop": 931787347
        },
        {
            "start": 931787365,
            "stop": 931787399
        },
        {
            "start": 931787423,
            "stop": 931787588
        },
        {
            "start": 931787590,
            "stop": 931787615
        },
        {
            "start": 931787735,
            "stop": 931787743
        },
        {
            "start": 931787761,
            "stop": 931787948
        },
        {
            "start": 931787977,
            "stop": 931788067
        },
        {
            "start": 931788085,
            "stop": 931788113
        },
        {
            "start": 931788131,
            "stop": 931788208
        },
        {
            "start": 931788247,
            "stop": 931788260
        },
        {
            "start": 931788380,
            "stop": 931788397
        }
    ]
}