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=70
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=71",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=69",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 70,
    "results": [
        {
            "start": 821264130,
            "stop": 821264693
        },
        {
            "start": 821264696,
            "stop": 821264774
        },
        {
            "start": 821264777,
            "stop": 821265296
        },
        {
            "start": 821265299,
            "stop": 821266259
        },
        {
            "start": 821266262,
            "stop": 821266587
        },
        {
            "start": 821266588,
            "stop": 821266753
        },
        {
            "start": 821266756,
            "stop": 821267131
        },
        {
            "start": 821267134,
            "stop": 821267628
        },
        {
            "start": 821267631,
            "stop": 821267972
        },
        {
            "start": 821267975,
            "stop": 821268036
        },
        {
            "start": 821268039,
            "stop": 821268544
        },
        {
            "start": 821268547,
            "stop": 821268562
        },
        {
            "start": 821268565,
            "stop": 821268672
        },
        {
            "start": 821268675,
            "stop": 821269388
        },
        {
            "start": 821269391,
            "stop": 821269951
        },
        {
            "start": 821269954,
            "stop": 821270595
        },
        {
            "start": 821270598,
            "stop": 821270677
        },
        {
            "start": 821270679,
            "stop": 821270809
        },
        {
            "start": 821270812,
            "stop": 821270916
        },
        {
            "start": 821270919,
            "stop": 821271007
        }
    ]
}