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=220
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=221",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=219",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 220,
    "results": [
        {
            "start": 931458414,
            "stop": 931458417
        },
        {
            "start": 931458421,
            "stop": 931458423
        },
        {
            "start": 931458425,
            "stop": 931458427
        },
        {
            "start": 931458432,
            "stop": 931458439
        },
        {
            "start": 931458442,
            "stop": 931458443
        },
        {
            "start": 931458445,
            "stop": 931458446
        },
        {
            "start": 931458448,
            "stop": 931458456
        },
        {
            "start": 931458461,
            "stop": 931458462
        },
        {
            "start": 931458464,
            "stop": 931458470
        },
        {
            "start": 931458473,
            "stop": 931458481
        },
        {
            "start": 931458483,
            "stop": 931458484
        },
        {
            "start": 931458486,
            "stop": 931458491
        },
        {
            "start": 931458493,
            "stop": 931458510
        },
        {
            "start": 931458512,
            "stop": 931458516
        },
        {
            "start": 931458518,
            "stop": 931458523
        },
        {
            "start": 931458525,
            "stop": 931458528
        },
        {
            "start": 931458534,
            "stop": 931458537
        },
        {
            "start": 931458539,
            "stop": 931458546
        },
        {
            "start": 931458549,
            "stop": 931458564
        },
        {
            "start": 931458569,
            "stop": 931458584
        }
    ]
}