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=6029
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=6030",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6028",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6029,
    "results": [
        {
            "start": 873658413,
            "stop": 873658415
        },
        {
            "start": 873658417,
            "stop": 873658419
        },
        {
            "start": 873658420,
            "stop": 873658427
        },
        {
            "start": 873658433,
            "stop": 873658436
        },
        {
            "start": 873658437,
            "stop": 873658439
        },
        {
            "start": 873658440,
            "stop": 873658459
        },
        {
            "start": 873658460,
            "stop": 873658473
        },
        {
            "start": 873658475,
            "stop": 873658484
        },
        {
            "start": 873658485,
            "stop": 873658487
        },
        {
            "start": 873658488,
            "stop": 873658490
        },
        {
            "start": 873658491,
            "stop": 873658497
        },
        {
            "start": 873658498,
            "stop": 873658499
        },
        {
            "start": 873658500,
            "stop": 873658662
        },
        {
            "start": 873658664,
            "stop": 873659513
        },
        {
            "start": 873659514,
            "stop": 873659554
        },
        {
            "start": 873661484,
            "stop": 873661495
        },
        {
            "start": 873661496,
            "stop": 873661504
        },
        {
            "start": 873661505,
            "stop": 873663720
        },
        {
            "start": 873663780,
            "stop": 873664234
        },
        {
            "start": 873664235,
            "stop": 873664800
        }
    ]
}