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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=442",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=440",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 441,
    "results": [
        {
            "start": 868393305,
            "stop": 868393667
        },
        {
            "start": 868393671,
            "stop": 868399180
        },
        {
            "start": 868402958,
            "stop": 868472302
        },
        {
            "start": 868472572,
            "stop": 868527628
        },
        {
            "start": 868529397,
            "stop": 868540474
        },
        {
            "start": 868546705,
            "stop": 868584277
        },
        {
            "start": 868585396,
            "stop": 868603781
        },
        {
            "start": 868603913,
            "stop": 868631300
        },
        {
            "start": 868634936,
            "stop": 868638463
        },
        {
            "start": 868639138,
            "stop": 868651828
        },
        {
            "start": 868653548,
            "stop": 868653578
        },
        {
            "start": 868653949,
            "stop": 868654759
        },
        {
            "start": 868654939,
            "stop": 868655500
        },
        {
            "start": 868656031,
            "stop": 868660873
        },
        {
            "start": 868661097,
            "stop": 868662731
        },
        {
            "start": 868664226,
            "stop": 868701178
        },
        {
            "start": 868701749,
            "stop": 868719526
        },
        {
            "start": 868735878,
            "stop": 868745006
        },
        {
            "start": 868746343,
            "stop": 868748345
        },
        {
            "start": 868748557,
            "stop": 868753243
        }
    ]
}