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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=990",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=988",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 989,
    "results": [
        {
            "start": 872677393,
            "stop": 872677513
        },
        {
            "start": 872677671,
            "stop": 872679231
        },
        {
            "start": 872679648,
            "stop": 872679888
        },
        {
            "start": 872680095,
            "stop": 872680755
        },
        {
            "start": 872681009,
            "stop": 872683109
        },
        {
            "start": 872685805,
            "stop": 872685865
        },
        {
            "start": 872686034,
            "stop": 872686814
        },
        {
            "start": 872687242,
            "stop": 872690782
        },
        {
            "start": 872690932,
            "stop": 872691172
        },
        {
            "start": 872692067,
            "stop": 872696867
        },
        {
            "start": 872697008,
            "stop": 872697248
        },
        {
            "start": 872699615,
            "stop": 872701235
        },
        {
            "start": 872701652,
            "stop": 872702012
        },
        {
            "start": 872702187,
            "stop": 872702727
        },
        {
            "start": 872703136,
            "stop": 872703406
        },
        {
            "start": 872703556,
            "stop": 872704576
        },
        {
            "start": 872718544,
            "stop": 872720464
        },
        {
            "start": 872720804,
            "stop": 872720924
        },
        {
            "start": 872721316,
            "stop": 872725636
        },
        {
            "start": 872725666,
            "stop": 872725726
        }
    ]
}