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=194
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=195",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=193",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 194,
    "results": [
        {
            "start": 820557419,
            "stop": 820557420
        },
        {
            "start": 820558606,
            "stop": 820558719
        },
        {
            "start": 820558726,
            "stop": 820558981
        },
        {
            "start": 820558988,
            "stop": 820559077
        },
        {
            "start": 820559084,
            "stop": 820559510
        },
        {
            "start": 820559590,
            "stop": 820559993
        },
        {
            "start": 820560001,
            "stop": 820560278
        },
        {
            "start": 820560285,
            "stop": 820560453
        },
        {
            "start": 820560460,
            "stop": 820560518
        },
        {
            "start": 820560526,
            "stop": 820560581
        },
        {
            "start": 820560588,
            "stop": 820560891
        },
        {
            "start": 820560898,
            "stop": 820560929
        },
        {
            "start": 820560936,
            "stop": 820561552
        },
        {
            "start": 820561566,
            "stop": 820561860
        },
        {
            "start": 820561990,
            "stop": 820562514
        },
        {
            "start": 820562521,
            "stop": 820562640
        },
        {
            "start": 820562648,
            "stop": 820562735
        },
        {
            "start": 820562742,
            "stop": 820562808
        },
        {
            "start": 820562815,
            "stop": 820562855
        },
        {
            "start": 820562862,
            "stop": 820562893
        }
    ]
}