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=209
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=210",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=208",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 209,
    "results": [
        {
            "start": 931451756,
            "stop": 931451770
        },
        {
            "start": 931451772,
            "stop": 931451783
        },
        {
            "start": 931451785,
            "stop": 931451833
        },
        {
            "start": 931451953,
            "stop": 931452007
        },
        {
            "start": 931452009,
            "stop": 931452033
        },
        {
            "start": 931452035,
            "stop": 931452052
        },
        {
            "start": 931452054,
            "stop": 931452110
        },
        {
            "start": 931452112,
            "stop": 931452140
        },
        {
            "start": 931452143,
            "stop": 931452146
        },
        {
            "start": 931452148,
            "stop": 931452166
        },
        {
            "start": 931452170,
            "stop": 931452171
        },
        {
            "start": 931452173,
            "stop": 931452191
        },
        {
            "start": 931452192,
            "stop": 931452204
        },
        {
            "start": 931452206,
            "stop": 931452208
        },
        {
            "start": 931452210,
            "stop": 931452213
        },
        {
            "start": 931452217,
            "stop": 931452221
        },
        {
            "start": 931452223,
            "stop": 931452224
        },
        {
            "start": 931452226,
            "stop": 931452229
        },
        {
            "start": 931452231,
            "stop": 931452234
        },
        {
            "start": 931452236,
            "stop": 931452276
        }
    ]
}