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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6175",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6173",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6174,
    "results": [
        {
            "start": 874417010,
            "stop": 874417014
        },
        {
            "start": 874417020,
            "stop": 874417650
        },
        {
            "start": 874417651,
            "stop": 874418012
        },
        {
            "start": 874418013,
            "stop": 874418503
        },
        {
            "start": 874418504,
            "stop": 874418829
        },
        {
            "start": 874418831,
            "stop": 874419162
        },
        {
            "start": 874419163,
            "stop": 874420394
        },
        {
            "start": 874420395,
            "stop": 874420453
        },
        {
            "start": 874420456,
            "stop": 874420530
        },
        {
            "start": 874420534,
            "stop": 874420550
        },
        {
            "start": 874420553,
            "stop": 874420562
        },
        {
            "start": 874420565,
            "stop": 874420568
        },
        {
            "start": 874420574,
            "stop": 874420575
        },
        {
            "start": 874420580,
            "stop": 874420642
        },
        {
            "start": 874420643,
            "stop": 874421042
        },
        {
            "start": 874421043,
            "stop": 874421245
        },
        {
            "start": 874421246,
            "stop": 874421413
        },
        {
            "start": 874421415,
            "stop": 874421483
        },
        {
            "start": 874421484,
            "stop": 874421683
        },
        {
            "start": 874421938,
            "stop": 874422008
        }
    ]
}