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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5886",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5884",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5885,
    "results": [
        {
            "start": 874888186,
            "stop": 874888392
        },
        {
            "start": 874888395,
            "stop": 874888425
        },
        {
            "start": 874888428,
            "stop": 874889166
        },
        {
            "start": 874889169,
            "stop": 874889385
        },
        {
            "start": 874889388,
            "stop": 874889602
        },
        {
            "start": 874889605,
            "stop": 874889864
        },
        {
            "start": 874889867,
            "stop": 874889988
        },
        {
            "start": 874889992,
            "stop": 874890397
        },
        {
            "start": 874890400,
            "stop": 874890817
        },
        {
            "start": 874890821,
            "stop": 874891580
        },
        {
            "start": 874891584,
            "stop": 874891747
        },
        {
            "start": 874891750,
            "stop": 874892134
        },
        {
            "start": 874892137,
            "stop": 874892437
        },
        {
            "start": 874892440,
            "stop": 874893114
        },
        {
            "start": 874893118,
            "stop": 874893658
        },
        {
            "start": 874893661,
            "stop": 874893680
        },
        {
            "start": 874893683,
            "stop": 874894209
        },
        {
            "start": 874894212,
            "stop": 874894574
        },
        {
            "start": 874894577,
            "stop": 874900338
        },
        {
            "start": 874900341,
            "stop": 874901562
        }
    ]
}