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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15921",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15919",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15920,
    "results": [
        {
            "start": 971395588,
            "stop": 971395594
        },
        {
            "start": 971395596,
            "stop": 971395599
        },
        {
            "start": 971395603,
            "stop": 971395607
        },
        {
            "start": 971395609,
            "stop": 971395621
        },
        {
            "start": 971395625,
            "stop": 971395645
        },
        {
            "start": 971395652,
            "stop": 971395657
        },
        {
            "start": 971395661,
            "stop": 971395675
        },
        {
            "start": 971395677,
            "stop": 971395705
        },
        {
            "start": 971395706,
            "stop": 971397448
        },
        {
            "start": 971397481,
            "stop": 971397690
        },
        {
            "start": 971398339,
            "stop": 971398385
        },
        {
            "start": 971398386,
            "stop": 971398406
        },
        {
            "start": 971398408,
            "stop": 971398410
        },
        {
            "start": 971398411,
            "stop": 971398422
        },
        {
            "start": 971398423,
            "stop": 971398430
        },
        {
            "start": 971398431,
            "stop": 971398434
        },
        {
            "start": 971398436,
            "stop": 971398437
        },
        {
            "start": 971398442,
            "stop": 971398447
        },
        {
            "start": 971398449,
            "stop": 971398451
        },
        {
            "start": 971398452,
            "stop": 971398458
        }
    ]
}