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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=129",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=127",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 128,
    "results": [
        {
            "start": 1258035342,
            "stop": 1258035357
        },
        {
            "start": 1258035360,
            "stop": 1258035395
        },
        {
            "start": 1258035398,
            "stop": 1258036069
        },
        {
            "start": 1258036072,
            "stop": 1258036176
        },
        {
            "start": 1258036179,
            "stop": 1258036194
        },
        {
            "start": 1258036197,
            "stop": 1258037590
        },
        {
            "start": 1258037593,
            "stop": 1258038846
        },
        {
            "start": 1258038849,
            "stop": 1258039469
        },
        {
            "start": 1258039472,
            "stop": 1258039490
        },
        {
            "start": 1258039493,
            "stop": 1258039743
        },
        {
            "start": 1258039751,
            "stop": 1258039829
        },
        {
            "start": 1258039832,
            "stop": 1258040787
        },
        {
            "start": 1258040790,
            "stop": 1258040960
        },
        {
            "start": 1258040963,
            "stop": 1258042096
        },
        {
            "start": 1258042099,
            "stop": 1258042210
        },
        {
            "start": 1258042213,
            "stop": 1258042644
        },
        {
            "start": 1258042652,
            "stop": 1258042854
        },
        {
            "start": 1258042857,
            "stop": 1258043567
        },
        {
            "start": 1258043570,
            "stop": 1258044309
        },
        {
            "start": 1258044312,
            "stop": 1258044580
        }
    ]
}