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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=213",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=211",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 212,
    "results": [
        {
            "start": 820930065,
            "stop": 820930587
        },
        {
            "start": 820930594,
            "stop": 820930833
        },
        {
            "start": 820930841,
            "stop": 820930932
        },
        {
            "start": 820930939,
            "stop": 820931144
        },
        {
            "start": 820931152,
            "stop": 820931240
        },
        {
            "start": 820931247,
            "stop": 820931507
        },
        {
            "start": 820931514,
            "stop": 820931864
        },
        {
            "start": 820931871,
            "stop": 820932260
        },
        {
            "start": 820932267,
            "stop": 820933300
        },
        {
            "start": 820933329,
            "stop": 820933740
        },
        {
            "start": 820933800,
            "stop": 820933891
        },
        {
            "start": 820933899,
            "stop": 820933921
        },
        {
            "start": 820933925,
            "stop": 820933942
        },
        {
            "start": 820933946,
            "stop": 820934052
        },
        {
            "start": 820934862,
            "stop": 820934867
        },
        {
            "start": 820934871,
            "stop": 820935044
        },
        {
            "start": 820935052,
            "stop": 820935207
        },
        {
            "start": 820935214,
            "stop": 820935481
        },
        {
            "start": 820935489,
            "stop": 820936130
        },
        {
            "start": 820936210,
            "stop": 820936912
        }
    ]
}