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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=48",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=46",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 47,
    "results": [
        {
            "start": 931252263,
            "stop": 931252272
        },
        {
            "start": 931252281,
            "stop": 931252292
        },
        {
            "start": 931252294,
            "stop": 931252301
        },
        {
            "start": 931252303,
            "stop": 931252310
        },
        {
            "start": 931252313,
            "stop": 931252321
        },
        {
            "start": 931252324,
            "stop": 931252327
        },
        {
            "start": 931252329,
            "stop": 931252335
        },
        {
            "start": 931252337,
            "stop": 931252338
        },
        {
            "start": 931252341,
            "stop": 931252348
        },
        {
            "start": 931252351,
            "stop": 931252357
        },
        {
            "start": 931252360,
            "stop": 931252377
        },
        {
            "start": 931252381,
            "stop": 931252398
        },
        {
            "start": 931252403,
            "stop": 931252404
        },
        {
            "start": 931252408,
            "stop": 931252411
        },
        {
            "start": 931252417,
            "stop": 931252421
        },
        {
            "start": 931252423,
            "stop": 931252445
        },
        {
            "start": 931252448,
            "stop": 931252451
        },
        {
            "start": 931252453,
            "stop": 931252470
        },
        {
            "start": 931252472,
            "stop": 931252482
        },
        {
            "start": 931252484,
            "stop": 931252497
        }
    ]
}