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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5277",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5275",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5276,
    "results": [
        {
            "start": 874760936,
            "stop": 874760981
        },
        {
            "start": 874761019,
            "stop": 874761210
        },
        {
            "start": 874761244,
            "stop": 874761267
        },
        {
            "start": 874761301,
            "stop": 874761412
        },
        {
            "start": 874761480,
            "stop": 874761521
        },
        {
            "start": 874761555,
            "stop": 874761563
        },
        {
            "start": 874761621,
            "stop": 874761656
        },
        {
            "start": 874795340,
            "stop": 874795465
        },
        {
            "start": 874795472,
            "stop": 874795546
        },
        {
            "start": 874795553,
            "stop": 874795629
        },
        {
            "start": 874795637,
            "stop": 874795660
        },
        {
            "start": 874795695,
            "stop": 874795981
        },
        {
            "start": 874795988,
            "stop": 874796084
        },
        {
            "start": 874796091,
            "stop": 874796466
        },
        {
            "start": 874796474,
            "stop": 874796528
        },
        {
            "start": 874796568,
            "stop": 874796665
        },
        {
            "start": 874796716,
            "stop": 874796954
        },
        {
            "start": 874796962,
            "stop": 874797143
        },
        {
            "start": 874797184,
            "stop": 874797257
        },
        {
            "start": 874797265,
            "stop": 874797326
        }
    ]
}