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=87
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=88",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=86",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 87,
    "results": [
        {
            "start": 818208960,
            "stop": 818211300
        },
        {
            "start": 818211360,
            "stop": 818218980
        },
        {
            "start": 818219040,
            "stop": 818219520
        },
        {
            "start": 818219580,
            "stop": 818227407
        },
        {
            "start": 818227489,
            "stop": 818238913
        },
        {
            "start": 818244105,
            "stop": 818253102
        },
        {
            "start": 818253106,
            "stop": 818260210
        },
        {
            "start": 818260214,
            "stop": 818261473
        },
        {
            "start": 818261520,
            "stop": 818261521
        },
        {
            "start": 818263897,
            "stop": 818267533
        },
        {
            "start": 818267551,
            "stop": 818267552
        },
        {
            "start": 818270274,
            "stop": 818284383
        },
        {
            "start": 818284391,
            "stop": 818286913
        },
        {
            "start": 818290241,
            "stop": 818291413
        },
        {
            "start": 818292646,
            "stop": 818296423
        },
        {
            "start": 818296604,
            "stop": 818296620
        },
        {
            "start": 818296680,
            "stop": 818298823
        },
        {
            "start": 818299004,
            "stop": 818318347
        },
        {
            "start": 818318354,
            "stop": 818322373
        },
        {
            "start": 818324474,
            "stop": 818326513
        }
    ]
}