Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=204
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=205",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=203",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 204,
    "results": [
        {
            "start": 933948157,
            "stop": 933948164
        },
        {
            "start": 933948166,
            "stop": 933948180
        },
        {
            "start": 933948182,
            "stop": 933948207
        },
        {
            "start": 933948209,
            "stop": 933948214
        },
        {
            "start": 933948216,
            "stop": 933948222
        },
        {
            "start": 933948225,
            "stop": 933948231
        },
        {
            "start": 933948235,
            "stop": 933948468
        },
        {
            "start": 933951212,
            "stop": 933951755
        },
        {
            "start": 933951757,
            "stop": 933951764
        },
        {
            "start": 933951766,
            "stop": 933951782
        },
        {
            "start": 933951784,
            "stop": 933951789
        },
        {
            "start": 933951791,
            "stop": 933951807
        },
        {
            "start": 933951810,
            "stop": 933951814
        },
        {
            "start": 933951817,
            "stop": 933951831
        },
        {
            "start": 933951835,
            "stop": 933955185
        },
        {
            "start": 933955191,
            "stop": 933955331
        },
        {
            "start": 933955333,
            "stop": 933955354
        },
        {
            "start": 933955356,
            "stop": 933955380
        },
        {
            "start": 933955382,
            "stop": 933955388
        },
        {
            "start": 933955390,
            "stop": 933955406
        }
    ]
}