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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=230",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=228",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 229,
    "results": [
        {
            "start": 856782678,
            "stop": 856793157
        },
        {
            "start": 856794656,
            "stop": 856797742
        },
        {
            "start": 856798862,
            "stop": 856798984
        },
        {
            "start": 856800294,
            "stop": 856801008
        },
        {
            "start": 856801418,
            "stop": 856803159
        },
        {
            "start": 856805398,
            "stop": 856808954
        },
        {
            "start": 856809097,
            "stop": 856809114
        },
        {
            "start": 856809313,
            "stop": 856811863
        },
        {
            "start": 856817815,
            "stop": 856822178
        },
        {
            "start": 856825872,
            "stop": 856826072
        },
        {
            "start": 856832277,
            "stop": 856834538
        },
        {
            "start": 856834842,
            "stop": 856858496
        },
        {
            "start": 856859512,
            "stop": 856862471
        },
        {
            "start": 856864387,
            "stop": 856866870
        },
        {
            "start": 856868058,
            "stop": 856879190
        },
        {
            "start": 856880639,
            "stop": 856888382
        },
        {
            "start": 856889574,
            "stop": 856915497
        },
        {
            "start": 856915613,
            "stop": 856934794
        },
        {
            "start": 856935826,
            "stop": 856943338
        },
        {
            "start": 856944427,
            "stop": 856951514
        }
    ]
}