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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1324",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1322",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1323,
    "results": [
        {
            "start": 963349360,
            "stop": 963349430
        },
        {
            "start": 963353604,
            "stop": 963353757
        },
        {
            "start": 963353758,
            "stop": 963361869
        },
        {
            "start": 963363463,
            "stop": 963366144
        },
        {
            "start": 963366187,
            "stop": 963366189
        },
        {
            "start": 963366395,
            "stop": 963367645
        },
        {
            "start": 963367825,
            "stop": 963373709
        },
        {
            "start": 963376790,
            "stop": 963384304
        },
        {
            "start": 963384305,
            "stop": 963384653
        },
        {
            "start": 963385329,
            "stop": 963395954
        },
        {
            "start": 963395955,
            "stop": 963404057
        },
        {
            "start": 963408931,
            "stop": 963414106
        },
        {
            "start": 963414107,
            "stop": 963418637
        },
        {
            "start": 963418638,
            "stop": 963422610
        },
        {
            "start": 963425450,
            "stop": 963432912
        },
        {
            "start": 963432914,
            "stop": 963433217
        },
        {
            "start": 963433218,
            "stop": 963440055
        },
        {
            "start": 963440056,
            "stop": 963440071
        },
        {
            "start": 963440072,
            "stop": 963451958
        },
        {
            "start": 963451959,
            "stop": 963459612
        }
    ]
}