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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=805",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=803",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 804,
    "results": [
        {
            "start": 957866568,
            "stop": 957867006
        },
        {
            "start": 957869508,
            "stop": 957869663
        },
        {
            "start": 957870674,
            "stop": 957877757
        },
        {
            "start": 957878836,
            "stop": 957881922
        },
        {
            "start": 957882826,
            "stop": 957885567
        },
        {
            "start": 957885573,
            "stop": 957889790
        },
        {
            "start": 957889796,
            "stop": 957895069
        },
        {
            "start": 957895075,
            "stop": 957903112
        },
        {
            "start": 957903117,
            "stop": 957905612
        },
        {
            "start": 957905618,
            "stop": 957906019
        },
        {
            "start": 957906025,
            "stop": 957908836
        },
        {
            "start": 957908842,
            "stop": 957910495
        },
        {
            "start": 957911221,
            "stop": 957911503
        },
        {
            "start": 957917258,
            "stop": 957917448
        },
        {
            "start": 957919514,
            "stop": 957919650
        },
        {
            "start": 957919656,
            "stop": 957920809
        },
        {
            "start": 957920815,
            "stop": 957921315
        },
        {
            "start": 957924635,
            "stop": 957924869
        },
        {
            "start": 957924875,
            "stop": 957925014
        },
        {
            "start": 957925020,
            "stop": 957925529
        }
    ]
}