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=207
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=208",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=206",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 207,
    "results": [
        {
            "start": 854794979,
            "stop": 854812842
        },
        {
            "start": 854829913,
            "stop": 854829929
        },
        {
            "start": 854829931,
            "stop": 854829933
        },
        {
            "start": 854829934,
            "stop": 854830113
        },
        {
            "start": 854830974,
            "stop": 854910415
        },
        {
            "start": 854911430,
            "stop": 854916967
        },
        {
            "start": 854918105,
            "stop": 854919025
        },
        {
            "start": 854920868,
            "stop": 854923832
        },
        {
            "start": 854924305,
            "stop": 854926257
        },
        {
            "start": 854926801,
            "stop": 854988003
        },
        {
            "start": 854988720,
            "stop": 855004871
        },
        {
            "start": 855005484,
            "stop": 855005665
        },
        {
            "start": 855005667,
            "stop": 855011499
        },
        {
            "start": 855012214,
            "stop": 855030892
        },
        {
            "start": 855031544,
            "stop": 855067830
        },
        {
            "start": 855067831,
            "stop": 855067834
        },
        {
            "start": 855067836,
            "stop": 855086928
        },
        {
            "start": 855088216,
            "stop": 855120335
        },
        {
            "start": 855120655,
            "stop": 855120892
        },
        {
            "start": 855121596,
            "stop": 855121822
        }
    ]
}