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=9984
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=9985",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9983",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9984,
    "results": [
        {
            "start": 872090950,
            "stop": 872091066
        },
        {
            "start": 872091083,
            "stop": 872091364
        },
        {
            "start": 872091398,
            "stop": 872091550
        },
        {
            "start": 872091584,
            "stop": 872091960
        },
        {
            "start": 872092140,
            "stop": 872093036
        },
        {
            "start": 872093053,
            "stop": 872093583
        },
        {
            "start": 872093617,
            "stop": 872094825
        },
        {
            "start": 872094859,
            "stop": 872095233
        },
        {
            "start": 872095268,
            "stop": 872095389
        },
        {
            "start": 872095406,
            "stop": 872095565
        },
        {
            "start": 872095599,
            "stop": 872095862
        },
        {
            "start": 872095896,
            "stop": 872098582
        },
        {
            "start": 872098595,
            "stop": 872101644
        },
        {
            "start": 872101678,
            "stop": 872104103
        },
        {
            "start": 872104139,
            "stop": 872104379
        },
        {
            "start": 872104396,
            "stop": 872107094
        },
        {
            "start": 872107132,
            "stop": 872108654
        },
        {
            "start": 872108827,
            "stop": 872108894
        },
        {
            "start": 872108932,
            "stop": 872108957
        },
        {
            "start": 872109077,
            "stop": 872109612
        }
    ]
}