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=9037
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=9038",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9036",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9037,
    "results": [
        {
            "start": 874224608,
            "stop": 874224685
        },
        {
            "start": 874224731,
            "stop": 874224732
        },
        {
            "start": 874224751,
            "stop": 874224756
        },
        {
            "start": 874224777,
            "stop": 874225011
        },
        {
            "start": 874225031,
            "stop": 874225053
        },
        {
            "start": 874225072,
            "stop": 874225110
        },
        {
            "start": 874225135,
            "stop": 874225141
        },
        {
            "start": 874225168,
            "stop": 874225221
        },
        {
            "start": 874225240,
            "stop": 874225290
        },
        {
            "start": 874228740,
            "stop": 874228800
        },
        {
            "start": 874228920,
            "stop": 874228980
        },
        {
            "start": 874229100,
            "stop": 874229167
        },
        {
            "start": 874229186,
            "stop": 874229400
        },
        {
            "start": 874229520,
            "stop": 874229590
        },
        {
            "start": 874229609,
            "stop": 874229700
        },
        {
            "start": 874229760,
            "stop": 874229907
        },
        {
            "start": 874229926,
            "stop": 874229937
        },
        {
            "start": 874229960,
            "stop": 874229962
        },
        {
            "start": 874229981,
            "stop": 874230441
        },
        {
            "start": 874230460,
            "stop": 874230743
        }
    ]
}