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=308
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=309",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=307",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 308,
    "results": [
        {
            "start": 942217947,
            "stop": 942218461
        },
        {
            "start": 942218613,
            "stop": 942252794
        },
        {
            "start": 942252800,
            "stop": 942254373
        },
        {
            "start": 942265831,
            "stop": 942268612
        },
        {
            "start": 942272234,
            "stop": 942273496
        },
        {
            "start": 942274856,
            "stop": 942276122
        },
        {
            "start": 942278336,
            "stop": 942284034
        },
        {
            "start": 942285140,
            "stop": 942299075
        },
        {
            "start": 942303214,
            "stop": 942316861
        },
        {
            "start": 942318324,
            "stop": 942318992
        },
        {
            "start": 942319005,
            "stop": 942361792
        },
        {
            "start": 942363882,
            "stop": 942377231
        },
        {
            "start": 942385942,
            "stop": 942417360
        },
        {
            "start": 942417366,
            "stop": 942417418
        },
        {
            "start": 942417423,
            "stop": 942417761
        },
        {
            "start": 942417767,
            "stop": 942418120
        },
        {
            "start": 942440116,
            "stop": 942442403
        },
        {
            "start": 942450041,
            "stop": 942450449
        },
        {
            "start": 942451497,
            "stop": 942456774
        },
        {
            "start": 942458109,
            "stop": 942462725
        }
    ]
}