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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=570",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=568",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 569,
    "results": [
        {
            "start": 874940592,
            "stop": 874941906
        },
        {
            "start": 874942051,
            "stop": 874947039
        },
        {
            "start": 874950141,
            "stop": 874952089
        },
        {
            "start": 874953375,
            "stop": 874955928
        },
        {
            "start": 874957928,
            "stop": 874957959
        },
        {
            "start": 874957960,
            "stop": 874961482
        },
        {
            "start": 874969942,
            "stop": 874978208
        },
        {
            "start": 874991001,
            "stop": 875005072
        },
        {
            "start": 875006469,
            "stop": 875015174
        },
        {
            "start": 875021653,
            "stop": 875023081
        },
        {
            "start": 875036247,
            "stop": 875042708
        },
        {
            "start": 875043985,
            "stop": 875047385
        },
        {
            "start": 875049043,
            "stop": 875052683
        },
        {
            "start": 875052856,
            "stop": 875061244
        },
        {
            "start": 875061320,
            "stop": 875082789
        },
        {
            "start": 875083151,
            "stop": 875084552
        },
        {
            "start": 875091343,
            "stop": 875114716
        },
        {
            "start": 875114816,
            "stop": 875115881
        },
        {
            "start": 875116618,
            "stop": 875119314
        },
        {
            "start": 875119377,
            "stop": 875133974
        }
    ]
}