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=15668
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=15669",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15667",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15668,
    "results": [
        {
            "start": 971159326,
            "stop": 971159327
        },
        {
            "start": 971159329,
            "stop": 971159332
        },
        {
            "start": 971159333,
            "stop": 971159342
        },
        {
            "start": 971159343,
            "stop": 971159346
        },
        {
            "start": 971159348,
            "stop": 971159349
        },
        {
            "start": 971159351,
            "stop": 971159353
        },
        {
            "start": 971159361,
            "stop": 971159364
        },
        {
            "start": 971159365,
            "stop": 971159367
        },
        {
            "start": 971159378,
            "stop": 971159380
        },
        {
            "start": 971159383,
            "stop": 971159386
        },
        {
            "start": 971159387,
            "stop": 971159390
        },
        {
            "start": 971159392,
            "stop": 971159394
        },
        {
            "start": 971159395,
            "stop": 971159397
        },
        {
            "start": 971159399,
            "stop": 971159403
        },
        {
            "start": 971159405,
            "stop": 971159406
        },
        {
            "start": 971159408,
            "stop": 971159409
        },
        {
            "start": 971159410,
            "stop": 971159411
        },
        {
            "start": 971159413,
            "stop": 971159414
        },
        {
            "start": 971159424,
            "stop": 971159426
        },
        {
            "start": 971159430,
            "stop": 971159432
        }
    ]
}