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=8100
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=8101",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8099",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8100,
    "results": [
        {
            "start": 872595332,
            "stop": 872595366
        },
        {
            "start": 872595385,
            "stop": 872595395
        },
        {
            "start": 872595414,
            "stop": 872595419
        },
        {
            "start": 872595438,
            "stop": 872595517
        },
        {
            "start": 872595536,
            "stop": 872595588
        },
        {
            "start": 872595607,
            "stop": 872595779
        },
        {
            "start": 872595798,
            "stop": 872595891
        },
        {
            "start": 872595923,
            "stop": 872596001
        },
        {
            "start": 872596018,
            "stop": 872596133
        },
        {
            "start": 872596152,
            "stop": 872596396
        },
        {
            "start": 872596413,
            "stop": 872596423
        },
        {
            "start": 872596440,
            "stop": 872596442
        },
        {
            "start": 872596501,
            "stop": 872596623
        },
        {
            "start": 872596640,
            "stop": 872596652
        },
        {
            "start": 872596703,
            "stop": 872596742
        },
        {
            "start": 872596783,
            "stop": 872596810
        },
        {
            "start": 872605860,
            "stop": 872605890
        },
        {
            "start": 872608633,
            "stop": 872608793
        },
        {
            "start": 872608810,
            "stop": 872608999
        },
        {
            "start": 872609018,
            "stop": 872609078
        }
    ]
}