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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=820",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=818",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 819,
    "results": [
        {
            "start": 959131619,
            "stop": 959137137
        },
        {
            "start": 959137487,
            "stop": 959158804
        },
        {
            "start": 959158810,
            "stop": 959168994
        },
        {
            "start": 959168999,
            "stop": 959169858
        },
        {
            "start": 959173883,
            "stop": 959174260
        },
        {
            "start": 959174265,
            "stop": 959174577
        },
        {
            "start": 959174587,
            "stop": 959174637
        },
        {
            "start": 959174643,
            "stop": 959174645
        },
        {
            "start": 959177057,
            "stop": 959179539
        },
        {
            "start": 959179645,
            "stop": 959183307
        },
        {
            "start": 959183313,
            "stop": 959183324
        },
        {
            "start": 959183330,
            "stop": 959183560
        },
        {
            "start": 959184120,
            "stop": 959184674
        },
        {
            "start": 959184680,
            "stop": 959184952
        },
        {
            "start": 959185709,
            "stop": 959197024
        },
        {
            "start": 959197040,
            "stop": 959197042
        },
        {
            "start": 959197049,
            "stop": 959198319
        },
        {
            "start": 959198325,
            "stop": 959203207
        },
        {
            "start": 959203213,
            "stop": 959203490
        },
        {
            "start": 959203496,
            "stop": 959203571
        }
    ]
}