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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9931",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9929",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9930,
    "results": [
        {
            "start": 870929677,
            "stop": 870929760
        },
        {
            "start": 870929767,
            "stop": 870929823
        },
        {
            "start": 870929832,
            "stop": 870929880
        },
        {
            "start": 870929955,
            "stop": 870929960
        },
        {
            "start": 870929971,
            "stop": 870930000
        },
        {
            "start": 870930060,
            "stop": 870930090
        },
        {
            "start": 870930200,
            "stop": 870930206
        },
        {
            "start": 870930244,
            "stop": 870930251
        },
        {
            "start": 870930317,
            "stop": 870930340
        },
        {
            "start": 870930384,
            "stop": 870930451
        },
        {
            "start": 870930458,
            "stop": 870930464
        },
        {
            "start": 870930472,
            "stop": 870930600
        },
        {
            "start": 870930660,
            "stop": 870930762
        },
        {
            "start": 870930770,
            "stop": 870930884
        },
        {
            "start": 870930891,
            "stop": 870931018
        },
        {
            "start": 870931026,
            "stop": 870931260
        },
        {
            "start": 870931351,
            "stop": 870931368
        },
        {
            "start": 870931404,
            "stop": 870931528
        },
        {
            "start": 870931550,
            "stop": 870931560
        },
        {
            "start": 870931620,
            "stop": 870931651
        }
    ]
}