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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=64",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=62",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 63,
    "results": [
        {
            "start": 931283392,
            "stop": 931283396
        },
        {
            "start": 931283406,
            "stop": 931283408
        },
        {
            "start": 931283409,
            "stop": 931283411
        },
        {
            "start": 931283413,
            "stop": 931283416
        },
        {
            "start": 931283418,
            "stop": 931283432
        },
        {
            "start": 931283434,
            "stop": 931283439
        },
        {
            "start": 931283441,
            "stop": 931283442
        },
        {
            "start": 931283446,
            "stop": 931283451
        },
        {
            "start": 931283457,
            "stop": 931283494
        },
        {
            "start": 931283496,
            "stop": 931283505
        },
        {
            "start": 931283506,
            "stop": 931283574
        },
        {
            "start": 931283576,
            "stop": 931283650
        },
        {
            "start": 931283652,
            "stop": 931283682
        },
        {
            "start": 931283684,
            "stop": 931283685
        },
        {
            "start": 931283687,
            "stop": 931283696
        },
        {
            "start": 931283697,
            "stop": 931283715
        },
        {
            "start": 931283717,
            "stop": 931283755
        },
        {
            "start": 931283757,
            "stop": 931283994
        },
        {
            "start": 931283997,
            "stop": 931284181
        },
        {
            "start": 931284189,
            "stop": 931284192
        }
    ]
}