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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=84",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=82",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 83,
    "results": [
        {
            "start": 821333149,
            "stop": 821333343
        },
        {
            "start": 821333346,
            "stop": 821333376
        },
        {
            "start": 821333379,
            "stop": 821333399
        },
        {
            "start": 821333402,
            "stop": 821333625
        },
        {
            "start": 821333628,
            "stop": 821333648
        },
        {
            "start": 821333651,
            "stop": 821333665
        },
        {
            "start": 821333668,
            "stop": 821333692
        },
        {
            "start": 821333695,
            "stop": 821333759
        },
        {
            "start": 821333762,
            "stop": 821333784
        },
        {
            "start": 821333787,
            "stop": 821333909
        },
        {
            "start": 821333912,
            "stop": 821334216
        },
        {
            "start": 821334219,
            "stop": 821335112
        },
        {
            "start": 821335115,
            "stop": 821335448
        },
        {
            "start": 821335451,
            "stop": 821335507
        },
        {
            "start": 821335510,
            "stop": 821335850
        },
        {
            "start": 821335853,
            "stop": 821335898
        },
        {
            "start": 821335901,
            "stop": 821335932
        },
        {
            "start": 821335935,
            "stop": 821344174
        },
        {
            "start": 821345092,
            "stop": 821347229
        },
        {
            "start": 821347232,
            "stop": 821347744
        }
    ]
}