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=3934
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=3935",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3933",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3934,
    "results": [
        {
            "start": 874229952,
            "stop": 874229970
        },
        {
            "start": 874229973,
            "stop": 874230449
        },
        {
            "start": 874230452,
            "stop": 874230751
        },
        {
            "start": 874230754,
            "stop": 874230763
        },
        {
            "start": 874230766,
            "stop": 874230787
        },
        {
            "start": 874230790,
            "stop": 874230870
        },
        {
            "start": 874230874,
            "stop": 874230890
        },
        {
            "start": 874230893,
            "stop": 874230905
        },
        {
            "start": 874230908,
            "stop": 874231313
        },
        {
            "start": 874231316,
            "stop": 874231317
        },
        {
            "start": 874231320,
            "stop": 874232030
        },
        {
            "start": 874232033,
            "stop": 874232086
        },
        {
            "start": 874232089,
            "stop": 874232563
        },
        {
            "start": 874232568,
            "stop": 874232574
        },
        {
            "start": 874232577,
            "stop": 874232591
        },
        {
            "start": 874232594,
            "stop": 874232597
        },
        {
            "start": 874232600,
            "stop": 874232965
        },
        {
            "start": 874232968,
            "stop": 874233012
        },
        {
            "start": 874233015,
            "stop": 874233830
        },
        {
            "start": 874233833,
            "stop": 874233837
        }
    ]
}