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=15800
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=15801",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15799",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15800,
    "results": [
        {
            "start": 971173178,
            "stop": 971173179
        },
        {
            "start": 971173181,
            "stop": 971173183
        },
        {
            "start": 971173189,
            "stop": 971173190
        },
        {
            "start": 971173192,
            "stop": 971173193
        },
        {
            "start": 971173194,
            "stop": 971173195
        },
        {
            "start": 971173198,
            "stop": 971173201
        },
        {
            "start": 971173204,
            "stop": 971173205
        },
        {
            "start": 971173206,
            "stop": 971173207
        },
        {
            "start": 971173209,
            "stop": 971173210
        },
        {
            "start": 971173217,
            "stop": 971173218
        },
        {
            "start": 971173219,
            "stop": 971173220
        },
        {
            "start": 971173221,
            "stop": 971173224
        },
        {
            "start": 971173228,
            "stop": 971173236
        },
        {
            "start": 971173238,
            "stop": 971173244
        },
        {
            "start": 971173246,
            "stop": 971173250
        },
        {
            "start": 971173251,
            "stop": 971173255
        },
        {
            "start": 971173259,
            "stop": 971173261
        },
        {
            "start": 971173263,
            "stop": 971173265
        },
        {
            "start": 971173266,
            "stop": 971173267
        },
        {
            "start": 971173269,
            "stop": 971173275
        }
    ]
}