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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=30",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=28",
    "results_count": 2346,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 29,
    "results": [
        {
            "start": 940348074,
            "stop": 940349055
        },
        {
            "start": 940350937,
            "stop": 940351460
        },
        {
            "start": 940352388,
            "stop": 940353112
        },
        {
            "start": 940354851,
            "stop": 940360527
        },
        {
            "start": 940362226,
            "stop": 940362821
        },
        {
            "start": 940365359,
            "stop": 940368199
        },
        {
            "start": 940372320,
            "stop": 940375958
        },
        {
            "start": 940529747,
            "stop": 940530741
        },
        {
            "start": 940534854,
            "stop": 940557107
        },
        {
            "start": 940559639,
            "stop": 940576411
        },
        {
            "start": 940589583,
            "stop": 940597981
        },
        {
            "start": 940603911,
            "stop": 940606087
        },
        {
            "start": 940624312,
            "stop": 940629487
        },
        {
            "start": 940641205,
            "stop": 940644065
        },
        {
            "start": 940646524,
            "stop": 940654016
        },
        {
            "start": 940655819,
            "stop": 940666009
        },
        {
            "start": 940672486,
            "stop": 940680811
        },
        {
            "start": 940710959,
            "stop": 940717440
        },
        {
            "start": 940719353,
            "stop": 940733943
        },
        {
            "start": 940734960,
            "stop": 940774393
        }
    ]
}