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=105
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=106",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=104",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 105,
    "results": [
        {
            "start": 1257831461,
            "stop": 1257831485
        },
        {
            "start": 1257831488,
            "stop": 1257831509
        },
        {
            "start": 1257831512,
            "stop": 1257831581
        },
        {
            "start": 1257831584,
            "stop": 1257831614
        },
        {
            "start": 1257831616,
            "stop": 1257831651
        },
        {
            "start": 1257831663,
            "stop": 1257831705
        },
        {
            "start": 1257831708,
            "stop": 1257831738
        },
        {
            "start": 1257831744,
            "stop": 1257831772
        },
        {
            "start": 1257831777,
            "stop": 1257831792
        },
        {
            "start": 1257831798,
            "stop": 1257831967
        },
        {
            "start": 1257831970,
            "stop": 1257831976
        },
        {
            "start": 1257831979,
            "stop": 1257831995
        },
        {
            "start": 1257831998,
            "stop": 1257832008
        },
        {
            "start": 1257832011,
            "stop": 1257832163
        },
        {
            "start": 1257832166,
            "stop": 1257832254
        },
        {
            "start": 1257832257,
            "stop": 1257832276
        },
        {
            "start": 1257832279,
            "stop": 1257832393
        },
        {
            "start": 1257832396,
            "stop": 1257832447
        },
        {
            "start": 1257832450,
            "stop": 1257832480
        },
        {
            "start": 1257832483,
            "stop": 1257832527
        }
    ]
}