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=2314
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=2315",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2313",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2314,
    "results": [
        {
            "start": 874161281,
            "stop": 874161313
        },
        {
            "start": 874161332,
            "stop": 874161399
        },
        {
            "start": 874161405,
            "stop": 874162157
        },
        {
            "start": 874162176,
            "stop": 874162980
        },
        {
            "start": 874163040,
            "stop": 874163100
        },
        {
            "start": 874184713,
            "stop": 874184746
        },
        {
            "start": 874184783,
            "stop": 874184856
        },
        {
            "start": 874184873,
            "stop": 874184877
        },
        {
            "start": 874184902,
            "stop": 874184914
        },
        {
            "start": 874184931,
            "stop": 874184988
        },
        {
            "start": 874185006,
            "stop": 874185018
        },
        {
            "start": 874185035,
            "stop": 874185399
        },
        {
            "start": 874187740,
            "stop": 874187797
        },
        {
            "start": 874187814,
            "stop": 874187990
        },
        {
            "start": 874188009,
            "stop": 874189285
        },
        {
            "start": 874189304,
            "stop": 874189321
        },
        {
            "start": 874189390,
            "stop": 874190373
        },
        {
            "start": 874190393,
            "stop": 874191006
        },
        {
            "start": 874191104,
            "stop": 874191706
        },
        {
            "start": 874191725,
            "stop": 874191733
        }
    ]
}