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=6165
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=6166",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6164",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6165,
    "results": [
        {
            "start": 874388987,
            "stop": 874389003
        },
        {
            "start": 874389007,
            "stop": 874389017
        },
        {
            "start": 874389021,
            "stop": 874389023
        },
        {
            "start": 874389029,
            "stop": 874389034
        },
        {
            "start": 874389037,
            "stop": 874389062
        },
        {
            "start": 874389063,
            "stop": 874389084
        },
        {
            "start": 874389090,
            "stop": 874389097
        },
        {
            "start": 874389100,
            "stop": 874389102
        },
        {
            "start": 874389105,
            "stop": 874389109
        },
        {
            "start": 874389114,
            "stop": 874389427
        },
        {
            "start": 874389430,
            "stop": 874389459
        },
        {
            "start": 874389467,
            "stop": 874389477
        },
        {
            "start": 874389480,
            "stop": 874389495
        },
        {
            "start": 874389498,
            "stop": 874389652
        },
        {
            "start": 874389655,
            "stop": 874389674
        },
        {
            "start": 874389677,
            "stop": 874389687
        },
        {
            "start": 874389690,
            "stop": 874390145
        },
        {
            "start": 874390146,
            "stop": 874391589
        },
        {
            "start": 874391592,
            "stop": 874391667
        },
        {
            "start": 874391671,
            "stop": 874391674
        }
    ]
}