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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=191",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=189",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 190,
    "results": [
        {
            "start": 933012003,
            "stop": 933012024
        },
        {
            "start": 933012048,
            "stop": 933012186
        },
        {
            "start": 933012191,
            "stop": 933012457
        },
        {
            "start": 933012479,
            "stop": 933012481
        },
        {
            "start": 933012500,
            "stop": 933012658
        },
        {
            "start": 933012677,
            "stop": 933012687
        },
        {
            "start": 933012706,
            "stop": 933012715
        },
        {
            "start": 933012784,
            "stop": 933012785
        },
        {
            "start": 933012913,
            "stop": 933013093
        },
        {
            "start": 933013098,
            "stop": 933013105
        },
        {
            "start": 933013110,
            "stop": 933013245
        },
        {
            "start": 933013444,
            "stop": 933014314
        },
        {
            "start": 933014319,
            "stop": 933014619
        },
        {
            "start": 933014645,
            "stop": 933014658
        },
        {
            "start": 933014715,
            "stop": 933014807
        },
        {
            "start": 933014826,
            "stop": 933014962
        },
        {
            "start": 933014998,
            "stop": 933015034
        },
        {
            "start": 933015411,
            "stop": 933015436
        },
        {
            "start": 933015544,
            "stop": 933015552
        },
        {
            "start": 933015632,
            "stop": 933015643
        }
    ]
}