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_CBCLOW_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_CBCLOW_CAT4/segments?format=api&page=221",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=219",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 220,
    "results": [
        {
            "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
        },
        {
            "start": 931458586,
            "stop": 931458600
        },
        {
            "start": 931458602,
            "stop": 931458614
        },
        {
            "start": 931458616,
            "stop": 931458619
        },
        {
            "start": 931458622,
            "stop": 931458623
        },
        {
            "start": 931458625,
            "stop": 931458633
        },
        {
            "start": 931458635,
            "stop": 931458639
        }
    ]
}