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=1322
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=1323",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1321",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1322,
    "results": [
        {
            "start": 963268674,
            "stop": 963271539
        },
        {
            "start": 963276272,
            "stop": 963276540
        },
        {
            "start": 963276579,
            "stop": 963276583
        },
        {
            "start": 963276599,
            "stop": 963279596
        },
        {
            "start": 963279597,
            "stop": 963280222
        },
        {
            "start": 963280223,
            "stop": 963281912
        },
        {
            "start": 963281914,
            "stop": 963286380
        },
        {
            "start": 963287191,
            "stop": 963300735
        },
        {
            "start": 963300736,
            "stop": 963302266
        },
        {
            "start": 963305861,
            "stop": 963305949
        },
        {
            "start": 963305952,
            "stop": 963306093
        },
        {
            "start": 963306095,
            "stop": 963306198
        },
        {
            "start": 963306200,
            "stop": 963306236
        },
        {
            "start": 963307497,
            "stop": 963311022
        },
        {
            "start": 963311023,
            "stop": 963313128
        },
        {
            "start": 963315148,
            "stop": 963316143
        },
        {
            "start": 963324299,
            "stop": 963324605
        },
        {
            "start": 963324606,
            "stop": 963327161
        },
        {
            "start": 963341015,
            "stop": 963341497
        },
        {
            "start": 963343238,
            "stop": 963349073
        }
    ]
}