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=15678
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=15679",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15677",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15678,
    "results": [
        {
            "start": 971160330,
            "stop": 971160332
        },
        {
            "start": 971160333,
            "stop": 971160334
        },
        {
            "start": 971160335,
            "stop": 971160337
        },
        {
            "start": 971160339,
            "stop": 971160342
        },
        {
            "start": 971160344,
            "stop": 971160345
        },
        {
            "start": 971160346,
            "stop": 971160351
        },
        {
            "start": 971160352,
            "stop": 971160360
        },
        {
            "start": 971160361,
            "stop": 971160365
        },
        {
            "start": 971160366,
            "stop": 971160367
        },
        {
            "start": 971160369,
            "stop": 971160371
        },
        {
            "start": 971160373,
            "stop": 971160377
        },
        {
            "start": 971160378,
            "stop": 971160380
        },
        {
            "start": 971160381,
            "stop": 971160382
        },
        {
            "start": 971160384,
            "stop": 971160397
        },
        {
            "start": 971160398,
            "stop": 971160400
        },
        {
            "start": 971160401,
            "stop": 971160402
        },
        {
            "start": 971160403,
            "stop": 971160407
        },
        {
            "start": 971160409,
            "stop": 971160413
        },
        {
            "start": 971160416,
            "stop": 971160425
        },
        {
            "start": 971160426,
            "stop": 971160431
        }
    ]
}