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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=76",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=74",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 75,
    "results": [
        {
            "start": 825265288,
            "stop": 825265560
        },
        {
            "start": 825266124,
            "stop": 825266518
        },
        {
            "start": 825266838,
            "stop": 825267946
        },
        {
            "start": 825268346,
            "stop": 825268486
        },
        {
            "start": 825278301,
            "stop": 825278824
        },
        {
            "start": 825279224,
            "stop": 825279969
        },
        {
            "start": 825283968,
            "stop": 825284799
        },
        {
            "start": 825285378,
            "stop": 825285493
        },
        {
            "start": 825286010,
            "stop": 825286015
        },
        {
            "start": 825286717,
            "stop": 825287675
        },
        {
            "start": 825288830,
            "stop": 825290094
        },
        {
            "start": 825290510,
            "stop": 825291116
        },
        {
            "start": 825291534,
            "stop": 825291662
        },
        {
            "start": 825294242,
            "stop": 825294572
        },
        {
            "start": 825295589,
            "stop": 825296255
        },
        {
            "start": 825297785,
            "stop": 825299196
        },
        {
            "start": 825308127,
            "stop": 825309091
        },
        {
            "start": 825309411,
            "stop": 825309456
        },
        {
            "start": 825310458,
            "stop": 825312485
        },
        {
            "start": 825313284,
            "stop": 825313329
        }
    ]
}