Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=73
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=74",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=72",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 73,
    "results": [
        {
            "start": 931287283,
            "stop": 931287286
        },
        {
            "start": 931287288,
            "stop": 931287292
        },
        {
            "start": 931287294,
            "stop": 931287298
        },
        {
            "start": 931287302,
            "stop": 931287304
        },
        {
            "start": 931287308,
            "stop": 931287312
        },
        {
            "start": 931287315,
            "stop": 931287320
        },
        {
            "start": 931287323,
            "stop": 931287324
        },
        {
            "start": 931287329,
            "stop": 931287340
        },
        {
            "start": 931287353,
            "stop": 931287355
        },
        {
            "start": 931287358,
            "stop": 931287362
        },
        {
            "start": 931287364,
            "stop": 931287369
        },
        {
            "start": 931287374,
            "stop": 931287376
        },
        {
            "start": 931287380,
            "stop": 931287381
        },
        {
            "start": 931287383,
            "stop": 931287384
        },
        {
            "start": 931287390,
            "stop": 931287398
        },
        {
            "start": 931287402,
            "stop": 931287403
        },
        {
            "start": 931287420,
            "stop": 931287423
        },
        {
            "start": 931287426,
            "stop": 931287430
        },
        {
            "start": 931287440,
            "stop": 931287441
        },
        {
            "start": 931287452,
            "stop": 931287455
        }
    ]
}