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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3959",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3957",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3958,
    "results": [
        {
            "start": 874386887,
            "stop": 874386890
        },
        {
            "start": 874386893,
            "stop": 874386965
        },
        {
            "start": 874386968,
            "stop": 874386979
        },
        {
            "start": 874386982,
            "stop": 874388637
        },
        {
            "start": 874388640,
            "stop": 874388766
        },
        {
            "start": 874388770,
            "stop": 874388773
        },
        {
            "start": 874388781,
            "stop": 874388795
        },
        {
            "start": 874388801,
            "stop": 874388841
        },
        {
            "start": 874388846,
            "stop": 874388850
        },
        {
            "start": 874388853,
            "stop": 874388854
        },
        {
            "start": 874388861,
            "stop": 874388868
        },
        {
            "start": 874388871,
            "stop": 874388873
        },
        {
            "start": 874388876,
            "stop": 874388877
        },
        {
            "start": 874388884,
            "stop": 874388888
        },
        {
            "start": 874388891,
            "stop": 874388902
        },
        {
            "start": 874388907,
            "stop": 874388935
        },
        {
            "start": 874388940,
            "stop": 874388970
        },
        {
            "start": 874388973,
            "stop": 874388975
        },
        {
            "start": 874388987,
            "stop": 874389003
        },
        {
            "start": 874389007,
            "stop": 874389017
        }
    ]
}