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/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8094
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8095",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8093",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8094,
    "results": [
        {
            "start": 872554585,
            "stop": 872554991
        },
        {
            "start": 872555010,
            "stop": 872555468
        },
        {
            "start": 872555485,
            "stop": 872555594
        },
        {
            "start": 872555611,
            "stop": 872555616
        },
        {
            "start": 872555633,
            "stop": 872556002
        },
        {
            "start": 872556022,
            "stop": 872556118
        },
        {
            "start": 872556137,
            "stop": 872556304
        },
        {
            "start": 872556323,
            "stop": 872556336
        },
        {
            "start": 872556366,
            "stop": 872556386
        },
        {
            "start": 872556421,
            "stop": 872556422
        },
        {
            "start": 872556441,
            "stop": 872556499
        },
        {
            "start": 872556518,
            "stop": 872557221
        },
        {
            "start": 872557238,
            "stop": 872557385
        },
        {
            "start": 872557404,
            "stop": 872557496
        },
        {
            "start": 872557515,
            "stop": 872558055
        },
        {
            "start": 872558083,
            "stop": 872558203
        },
        {
            "start": 872558222,
            "stop": 872558500
        },
        {
            "start": 872558519,
            "stop": 872558550
        },
        {
            "start": 872558568,
            "stop": 872558693
        },
        {
            "start": 872558710,
            "stop": 872558908
        }
    ]
}