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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT1/segments?format=api&page=39",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT1/segments?format=api&page=37",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 38,
    "results": [
        {
            "start": 940172815,
            "stop": 940173300
        },
        {
            "start": 940173909,
            "stop": 940174196
        },
        {
            "start": 940175483,
            "stop": 940176044
        },
        {
            "start": 940178217,
            "stop": 940178641
        },
        {
            "start": 940182253,
            "stop": 940183323
        },
        {
            "start": 940188056,
            "stop": 940188284
        },
        {
            "start": 940191645,
            "stop": 940192057
        },
        {
            "start": 940195689,
            "stop": 940196176
        },
        {
            "start": 940199200,
            "stop": 940199503
        },
        {
            "start": 940200106,
            "stop": 940200944
        },
        {
            "start": 940201857,
            "stop": 940202195
        },
        {
            "start": 940203287,
            "stop": 940204213
        },
        {
            "start": 940206668,
            "stop": 940206996
        },
        {
            "start": 940207029,
            "stop": 940207427
        },
        {
            "start": 940211921,
            "stop": 940212331
        },
        {
            "start": 940213492,
            "stop": 940214295
        },
        {
            "start": 940216082,
            "stop": 940216696
        },
        {
            "start": 940219348,
            "stop": 940219876
        },
        {
            "start": 940220920,
            "stop": 940221826
        },
        {
            "start": 940222730,
            "stop": 940222877
        }
    ]
}