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=162
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=163",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=161",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 162,
    "results": [
        {
            "start": 931423378,
            "stop": 931423399
        },
        {
            "start": 931423401,
            "stop": 931423430
        },
        {
            "start": 931423432,
            "stop": 931423475
        },
        {
            "start": 931423480,
            "stop": 931423481
        },
        {
            "start": 931423483,
            "stop": 931423485
        },
        {
            "start": 931423487,
            "stop": 931423535
        },
        {
            "start": 931423537,
            "stop": 931423542
        },
        {
            "start": 931423546,
            "stop": 931423582
        },
        {
            "start": 931423584,
            "stop": 931423610
        },
        {
            "start": 931423612,
            "stop": 931423617
        },
        {
            "start": 931423621,
            "stop": 931423623
        },
        {
            "start": 931423625,
            "stop": 931423630
        },
        {
            "start": 931423632,
            "stop": 931423660
        },
        {
            "start": 931423661,
            "stop": 931423675
        },
        {
            "start": 931423677,
            "stop": 931423706
        },
        {
            "start": 931423710,
            "stop": 931423715
        },
        {
            "start": 931423717,
            "stop": 931423724
        },
        {
            "start": 931423726,
            "stop": 931423777
        },
        {
            "start": 931423779,
            "stop": 931423814
        },
        {
            "start": 931423816,
            "stop": 931423889
        }
    ]
}