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=64
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=65",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=63",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 64,
    "results": [
        {
            "start": 1257460612,
            "stop": 1257460618
        },
        {
            "start": 1257460620,
            "stop": 1257460630
        },
        {
            "start": 1257460631,
            "stop": 1257460635
        },
        {
            "start": 1257460636,
            "stop": 1257460702
        },
        {
            "start": 1257460705,
            "stop": 1257460713
        },
        {
            "start": 1257460716,
            "stop": 1257460733
        },
        {
            "start": 1257460736,
            "stop": 1257460757
        },
        {
            "start": 1257460760,
            "stop": 1257460806
        },
        {
            "start": 1257460809,
            "stop": 1257460903
        },
        {
            "start": 1257460904,
            "stop": 1257460951
        },
        {
            "start": 1257460954,
            "stop": 1257460997
        },
        {
            "start": 1257461000,
            "stop": 1257461038
        },
        {
            "start": 1257461041,
            "stop": 1257461079
        },
        {
            "start": 1257461080,
            "stop": 1257461087
        },
        {
            "start": 1257461088,
            "stop": 1257461090
        },
        {
            "start": 1257461091,
            "stop": 1257461100
        },
        {
            "start": 1257461102,
            "stop": 1257461105
        },
        {
            "start": 1257461106,
            "stop": 1257461134
        },
        {
            "start": 1257461137,
            "stop": 1257461334
        },
        {
            "start": 1257461337,
            "stop": 1257461360
        }
    ]
}