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=39
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=40",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=38",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 39,
    "results": [
        {
            "start": 819961571,
            "stop": 819965856
        },
        {
            "start": 819965857,
            "stop": 819965865
        },
        {
            "start": 819965867,
            "stop": 819965879
        },
        {
            "start": 819966845,
            "stop": 819978379
        },
        {
            "start": 819979058,
            "stop": 819979172
        },
        {
            "start": 819979676,
            "stop": 819985459
        },
        {
            "start": 819985726,
            "stop": 819986074
        },
        {
            "start": 819986076,
            "stop": 819986129
        },
        {
            "start": 819986131,
            "stop": 819986132
        },
        {
            "start": 819986133,
            "stop": 819986145
        },
        {
            "start": 819995829,
            "stop": 819996192
        },
        {
            "start": 819996194,
            "stop": 819996612
        },
        {
            "start": 820011339,
            "stop": 820011374
        },
        {
            "start": 820014760,
            "stop": 820017597
        },
        {
            "start": 820017599,
            "stop": 820019610
        },
        {
            "start": 820021012,
            "stop": 820044023
        },
        {
            "start": 820044316,
            "stop": 820049819
        },
        {
            "start": 820054040,
            "stop": 820069122
        },
        {
            "start": 820069126,
            "stop": 820075786
        },
        {
            "start": 820077107,
            "stop": 820092340
        }
    ]
}