Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8822
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8823",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8821",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8822,
    "results": [
        {
            "start": 874259230,
            "stop": 874259281
        },
        {
            "start": 874259401,
            "stop": 874260000
        },
        {
            "start": 874260060,
            "stop": 874260120
        },
        {
            "start": 874260490,
            "stop": 874260720
        },
        {
            "start": 874260780,
            "stop": 874260789
        },
        {
            "start": 874260909,
            "stop": 874261370
        },
        {
            "start": 874261510,
            "stop": 874261740
        },
        {
            "start": 874261800,
            "stop": 874262510
        },
        {
            "start": 874262590,
            "stop": 874262868
        },
        {
            "start": 874262988,
            "stop": 874263060
        },
        {
            "start": 874263120,
            "stop": 874263347
        },
        {
            "start": 874267440,
            "stop": 874267490
        },
        {
            "start": 874267507,
            "stop": 874267620
        },
        {
            "start": 874267680,
            "stop": 874267920
        },
        {
            "start": 874267980,
            "stop": 874268220
        },
        {
            "start": 874268340,
            "stop": 874268400
        },
        {
            "start": 874268460,
            "stop": 874268596
        },
        {
            "start": 874268716,
            "stop": 874268896
        },
        {
            "start": 874268903,
            "stop": 874268913
        },
        {
            "start": 874268921,
            "stop": 874269360
        }
    ]
}