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=33
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=34",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=32",
    "results_count": 2346,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 33,
    "results": [
        {
            "start": 941485265,
            "stop": 941490004
        },
        {
            "start": 941492955,
            "stop": 941493583
        },
        {
            "start": 941494705,
            "stop": 941497825
        },
        {
            "start": 941500300,
            "stop": 941502877
        },
        {
            "start": 941505841,
            "stop": 941512102
        },
        {
            "start": 941515078,
            "stop": 941524134
        },
        {
            "start": 941684461,
            "stop": 941684762
        },
        {
            "start": 941686481,
            "stop": 941686625
        },
        {
            "start": 941690956,
            "stop": 941698678
        },
        {
            "start": 941703004,
            "stop": 941735016
        },
        {
            "start": 941738578,
            "stop": 941749296
        },
        {
            "start": 941754198,
            "stop": 941757125
        },
        {
            "start": 941764675,
            "stop": 941799392
        },
        {
            "start": 941805858,
            "stop": 941815386
        },
        {
            "start": 941817296,
            "stop": 941819433
        },
        {
            "start": 941837459,
            "stop": 941839234
        },
        {
            "start": 941842909,
            "stop": 941854067
        },
        {
            "start": 941861494,
            "stop": 941873578
        },
        {
            "start": 941881500,
            "stop": 941892102
        },
        {
            "start": 941897154,
            "stop": 941899031
        }
    ]
}