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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_CBC_CAT3/segments?format=api&page=16",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_CBC_CAT3/segments?format=api&page=14",
    "results_count": 1162,
    "results_per_page": 20,
    "num_pages": 59,
    "page_number": 15,
    "results": [
        {
            "start": 1400315358,
            "stop": 1400315990
        },
        {
            "start": 1400316054,
            "stop": 1400320294
        },
        {
            "start": 1400320358,
            "stop": 1400322990
        },
        {
            "start": 1400323054,
            "stop": 1400323430
        },
        {
            "start": 1400323478,
            "stop": 1400335219
        },
        {
            "start": 1400354104,
            "stop": 1400358411
        },
        {
            "start": 1400358417,
            "stop": 1400358437
        },
        {
            "start": 1400358501,
            "stop": 1400358511
        },
        {
            "start": 1400360109,
            "stop": 1400362405
        },
        {
            "start": 1400362469,
            "stop": 1400368933
        },
        {
            "start": 1400368997,
            "stop": 1400369781
        },
        {
            "start": 1400369845,
            "stop": 1400371757
        },
        {
            "start": 1400371821,
            "stop": 1400374621
        },
        {
            "start": 1400374685,
            "stop": 1400379733
        },
        {
            "start": 1400379781,
            "stop": 1400381101
        },
        {
            "start": 1400381165,
            "stop": 1400396909
        },
        {
            "start": 1400396973,
            "stop": 1400402261
        },
        {
            "start": 1400402309,
            "stop": 1400402685
        },
        {
            "start": 1400402749,
            "stop": 1400419061
        },
        {
            "start": 1400419109,
            "stop": 1400424701
        }
    ]
}