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=345
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=346",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=344",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 345,
    "results": [
        {
            "start": 931920062,
            "stop": 931920079
        },
        {
            "start": 931920081,
            "stop": 931920082
        },
        {
            "start": 931920086,
            "stop": 931920089
        },
        {
            "start": 931920091,
            "stop": 931920095
        },
        {
            "start": 931920098,
            "stop": 931920100
        },
        {
            "start": 931920107,
            "stop": 931920127
        },
        {
            "start": 931920130,
            "stop": 931920132
        },
        {
            "start": 931920136,
            "stop": 931920151
        },
        {
            "start": 931920155,
            "stop": 931920156
        },
        {
            "start": 931920162,
            "stop": 931920163
        },
        {
            "start": 931920165,
            "stop": 931920166
        },
        {
            "start": 931920168,
            "stop": 931920173
        },
        {
            "start": 931920176,
            "stop": 931920184
        },
        {
            "start": 931920186,
            "stop": 931920203
        },
        {
            "start": 931920206,
            "stop": 931920211
        },
        {
            "start": 931920213,
            "stop": 931920223
        },
        {
            "start": 931920226,
            "stop": 931920231
        },
        {
            "start": 931920235,
            "stop": 931920241
        },
        {
            "start": 931920243,
            "stop": 931920262
        },
        {
            "start": 931920264,
            "stop": 931920278
        }
    ]
}