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=40
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=41",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=39",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 40,
    "results": [
        {
            "start": 819212032,
            "stop": 819216099
        },
        {
            "start": 819216977,
            "stop": 819217724
        },
        {
            "start": 819217725,
            "stop": 819226602
        },
        {
            "start": 819226922,
            "stop": 819227287
        },
        {
            "start": 819227687,
            "stop": 819228340
        },
        {
            "start": 819229819,
            "stop": 819238887
        },
        {
            "start": 819242168,
            "stop": 819251261
        },
        {
            "start": 819251667,
            "stop": 819257185
        },
        {
            "start": 819257187,
            "stop": 819262779
        },
        {
            "start": 819262780,
            "stop": 819269089
        },
        {
            "start": 819270651,
            "stop": 819294715
        },
        {
            "start": 819295551,
            "stop": 819299500
        },
        {
            "start": 819300229,
            "stop": 819308233
        },
        {
            "start": 819311777,
            "stop": 819316741
        },
        {
            "start": 819318066,
            "stop": 819318249
        },
        {
            "start": 819318783,
            "stop": 819318836
        },
        {
            "start": 819319236,
            "stop": 819322230
        },
        {
            "start": 819322630,
            "stop": 819325363
        },
        {
            "start": 819326651,
            "stop": 819341567
        },
        {
            "start": 819341568,
            "stop": 819344811
        }
    ]
}