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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=27",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=25",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 26,
    "results": [
        {
            "start": 1238409798,
            "stop": 1238409875
        },
        {
            "start": 1238409883,
            "stop": 1238409967
        },
        {
            "start": 1238409970,
            "stop": 1238410882
        },
        {
            "start": 1238410885,
            "stop": 1238411399
        },
        {
            "start": 1238411402,
            "stop": 1238411773
        },
        {
            "start": 1238411776,
            "stop": 1238412533
        },
        {
            "start": 1238412673,
            "stop": 1238413103
        },
        {
            "start": 1238413105,
            "stop": 1238413270
        },
        {
            "start": 1238413278,
            "stop": 1238414298
        },
        {
            "start": 1238414301,
            "stop": 1238415973
        },
        {
            "start": 1238415981,
            "stop": 1238417173
        },
        {
            "start": 1238417176,
            "stop": 1238418216
        },
        {
            "start": 1238418224,
            "stop": 1238421549
        },
        {
            "start": 1238421552,
            "stop": 1238422636
        },
        {
            "start": 1238422639,
            "stop": 1238423033
        },
        {
            "start": 1238423036,
            "stop": 1238423202
        },
        {
            "start": 1238423205,
            "stop": 1238423212
        },
        {
            "start": 1238423213,
            "stop": 1238423260
        },
        {
            "start": 1238423263,
            "stop": 1238424166
        },
        {
            "start": 1238424169,
            "stop": 1238426908
        }
    ]
}