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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=328",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=326",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 327,
    "results": [
        {
            "start": 946068349,
            "stop": 946068793
        },
        {
            "start": 946069450,
            "stop": 946072065
        },
        {
            "start": 946073357,
            "stop": 946075537
        },
        {
            "start": 946076460,
            "stop": 946086263
        },
        {
            "start": 946087581,
            "stop": 946088545
        },
        {
            "start": 946092799,
            "stop": 946097707
        },
        {
            "start": 946098290,
            "stop": 946112425
        },
        {
            "start": 946118390,
            "stop": 946124411
        },
        {
            "start": 946124417,
            "stop": 946132538
        },
        {
            "start": 946134779,
            "stop": 946137538
        },
        {
            "start": 946146741,
            "stop": 946146928
        },
        {
            "start": 946149910,
            "stop": 946150469
        },
        {
            "start": 946152909,
            "stop": 946154390
        },
        {
            "start": 946155437,
            "stop": 946156422
        },
        {
            "start": 946157853,
            "stop": 946163953
        },
        {
            "start": 946164714,
            "stop": 946166484
        },
        {
            "start": 946173418,
            "stop": 946187454
        },
        {
            "start": 946191359,
            "stop": 946201607
        },
        {
            "start": 946204618,
            "stop": 946214161
        },
        {
            "start": 946218848,
            "stop": 946227392
        }
    ]
}