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=152
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=153",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=151",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 152,
    "results": [
        {
            "start": 1258510440,
            "stop": 1258511557
        },
        {
            "start": 1258511560,
            "stop": 1258513983
        },
        {
            "start": 1258513986,
            "stop": 1258514252
        },
        {
            "start": 1258514255,
            "stop": 1258514400
        },
        {
            "start": 1258514403,
            "stop": 1258515129
        },
        {
            "start": 1258515132,
            "stop": 1258515585
        },
        {
            "start": 1258515588,
            "stop": 1258516031
        },
        {
            "start": 1258516034,
            "stop": 1258516372
        },
        {
            "start": 1258516375,
            "stop": 1258516376
        },
        {
            "start": 1258516379,
            "stop": 1258518254
        },
        {
            "start": 1258518257,
            "stop": 1258518770
        },
        {
            "start": 1258518773,
            "stop": 1258519685
        },
        {
            "start": 1258519688,
            "stop": 1258520004
        },
        {
            "start": 1258520007,
            "stop": 1258522469
        },
        {
            "start": 1258522472,
            "stop": 1258522923
        },
        {
            "start": 1258522926,
            "stop": 1258523733
        },
        {
            "start": 1258523736,
            "stop": 1258526537
        },
        {
            "start": 1258526540,
            "stop": 1258526594
        },
        {
            "start": 1258526597,
            "stop": 1258527030
        },
        {
            "start": 1258527033,
            "stop": 1258527256
        }
    ]
}