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=188
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=189",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=187",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 188,
    "results": [
        {
            "start": 1258915062,
            "stop": 1258915063
        },
        {
            "start": 1258915064,
            "stop": 1258915782
        },
        {
            "start": 1258915785,
            "stop": 1258916600
        },
        {
            "start": 1258916601,
            "stop": 1258916602
        },
        {
            "start": 1258916603,
            "stop": 1258917845
        },
        {
            "start": 1258917854,
            "stop": 1258917900
        },
        {
            "start": 1258917902,
            "stop": 1258918127
        },
        {
            "start": 1258918130,
            "stop": 1258918208
        },
        {
            "start": 1258918216,
            "stop": 1258919012
        },
        {
            "start": 1258919017,
            "stop": 1258919596
        },
        {
            "start": 1258919597,
            "stop": 1258919598
        },
        {
            "start": 1258919599,
            "stop": 1258919998
        },
        {
            "start": 1258920001,
            "stop": 1258920086
        },
        {
            "start": 1258920089,
            "stop": 1258920112
        },
        {
            "start": 1258920115,
            "stop": 1258922127
        },
        {
            "start": 1258943028,
            "stop": 1258943290
        },
        {
            "start": 1258943293,
            "stop": 1258943366
        },
        {
            "start": 1258943367,
            "stop": 1258943368
        },
        {
            "start": 1258943370,
            "stop": 1258943567
        },
        {
            "start": 1258943570,
            "stop": 1258943741
        }
    ]
}