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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2104",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2102",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2103,
    "results": [
        {
            "start": 871888945,
            "stop": 871889086
        },
        {
            "start": 871889105,
            "stop": 871890335
        },
        {
            "start": 871890354,
            "stop": 871891898
        },
        {
            "start": 871893433,
            "stop": 871894398
        },
        {
            "start": 871894417,
            "stop": 871896954
        },
        {
            "start": 871896973,
            "stop": 871897002
        },
        {
            "start": 871897021,
            "stop": 871898337
        },
        {
            "start": 871898356,
            "stop": 871904985
        },
        {
            "start": 871905084,
            "stop": 871906578
        },
        {
            "start": 871906597,
            "stop": 871908436
        },
        {
            "start": 871908455,
            "stop": 871908660
        },
        {
            "start": 871908720,
            "stop": 871909391
        },
        {
            "start": 871909410,
            "stop": 871909734
        },
        {
            "start": 871909753,
            "stop": 871909913
        },
        {
            "start": 871909932,
            "stop": 871910325
        },
        {
            "start": 871910344,
            "stop": 871912050
        },
        {
            "start": 871916423,
            "stop": 871916429
        },
        {
            "start": 871916508,
            "stop": 871916509
        },
        {
            "start": 871916526,
            "stop": 871916567
        },
        {
            "start": 871916584,
            "stop": 871916624
        }
    ]
}