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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=22",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=20",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 21,
    "results": [
        {
            "start": 815319044,
            "stop": 815320954
        },
        {
            "start": 815320957,
            "stop": 815321240
        },
        {
            "start": 815321243,
            "stop": 815321820
        },
        {
            "start": 815321823,
            "stop": 815322773
        },
        {
            "start": 815322776,
            "stop": 815322960
        },
        {
            "start": 815322963,
            "stop": 815323410
        },
        {
            "start": 815323413,
            "stop": 815323457
        },
        {
            "start": 815323460,
            "stop": 815323754
        },
        {
            "start": 815323757,
            "stop": 815323817
        },
        {
            "start": 815323820,
            "stop": 815324815
        },
        {
            "start": 815324819,
            "stop": 815324985
        },
        {
            "start": 815324988,
            "stop": 815325371
        },
        {
            "start": 815325374,
            "stop": 815325415
        },
        {
            "start": 815325419,
            "stop": 815325690
        },
        {
            "start": 815325693,
            "stop": 815325785
        },
        {
            "start": 815325788,
            "stop": 815326007
        },
        {
            "start": 815326011,
            "stop": 815326941
        },
        {
            "start": 815326945,
            "stop": 815327767
        },
        {
            "start": 815327768,
            "stop": 815329847
        },
        {
            "start": 815329850,
            "stop": 815330975
        }
    ]
}