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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8892",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8890",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8891,
    "results": [
        {
            "start": 873255263,
            "stop": 873255280
        },
        {
            "start": 873255299,
            "stop": 873255334
        },
        {
            "start": 873255373,
            "stop": 873255683
        },
        {
            "start": 873255702,
            "stop": 873255842
        },
        {
            "start": 873255861,
            "stop": 873255953
        },
        {
            "start": 873255973,
            "stop": 873256038
        },
        {
            "start": 873256057,
            "stop": 873256123
        },
        {
            "start": 873256140,
            "stop": 873256756
        },
        {
            "start": 873256773,
            "stop": 873256896
        },
        {
            "start": 873256927,
            "stop": 873257073
        },
        {
            "start": 873257092,
            "stop": 873257101
        },
        {
            "start": 873257120,
            "stop": 873257300
        },
        {
            "start": 873257320,
            "stop": 873257334
        },
        {
            "start": 873257372,
            "stop": 873257397
        },
        {
            "start": 873257416,
            "stop": 873257450
        },
        {
            "start": 873257469,
            "stop": 873258284
        },
        {
            "start": 873258301,
            "stop": 873259024
        },
        {
            "start": 873259051,
            "stop": 873259269
        },
        {
            "start": 873259288,
            "stop": 873259765
        },
        {
            "start": 873259784,
            "stop": 873260615
        }
    ]
}