Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3944
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3945",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3943",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 3944,
    "results": [
        {
            "start": 874388891,
            "stop": 874388902
        },
        {
            "start": 874388907,
            "stop": 874388935
        },
        {
            "start": 874388940,
            "stop": 874388970
        },
        {
            "start": 874388973,
            "stop": 874388975
        },
        {
            "start": 874388987,
            "stop": 874389003
        },
        {
            "start": 874389007,
            "stop": 874389017
        },
        {
            "start": 874389021,
            "stop": 874389023
        },
        {
            "start": 874389029,
            "stop": 874389034
        },
        {
            "start": 874389037,
            "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": 874391589
        }
    ]
}