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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=29",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=27",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 28,
    "results": [
        {
            "start": 818728981,
            "stop": 818729390
        },
        {
            "start": 818729392,
            "stop": 818731113
        },
        {
            "start": 818731115,
            "stop": 818731192
        },
        {
            "start": 818731194,
            "stop": 818731885
        },
        {
            "start": 818731887,
            "stop": 818733110
        },
        {
            "start": 818733112,
            "stop": 818734327
        },
        {
            "start": 818734330,
            "stop": 818734435
        },
        {
            "start": 818734437,
            "stop": 818735196
        },
        {
            "start": 818735197,
            "stop": 818735431
        },
        {
            "start": 818735433,
            "stop": 818736308
        },
        {
            "start": 818736310,
            "stop": 818737988
        },
        {
            "start": 818743944,
            "stop": 818745646
        },
        {
            "start": 818745896,
            "stop": 818749724
        },
        {
            "start": 818749726,
            "stop": 818760717
        },
        {
            "start": 818760720,
            "stop": 818760727
        },
        {
            "start": 818760729,
            "stop": 818760734
        },
        {
            "start": 818760736,
            "stop": 818760758
        },
        {
            "start": 818760759,
            "stop": 818760769
        },
        {
            "start": 818760772,
            "stop": 818760774
        },
        {
            "start": 818760777,
            "stop": 818760782
        }
    ]
}