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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_CW_CAT1/segments?format=api&page=7",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_CW_CAT1/segments?format=api&page=5",
    "results_count": 953,
    "results_per_page": 20,
    "num_pages": 48,
    "page_number": 6,
    "results": [
        {
            "start": 1398990824,
            "stop": 1399030495
        },
        {
            "start": 1399035584,
            "stop": 1399037480
        },
        {
            "start": 1399055794,
            "stop": 1399055809
        },
        {
            "start": 1399055820,
            "stop": 1399060835
        },
        {
            "start": 1399083537,
            "stop": 1399117224
        },
        {
            "start": 1399157129,
            "stop": 1399161171
        },
        {
            "start": 1399180622,
            "stop": 1399200602
        },
        {
            "start": 1399205879,
            "stop": 1399217481
        },
        {
            "start": 1399230849,
            "stop": 1399243706
        },
        {
            "start": 1399249198,
            "stop": 1399266060
        },
        {
            "start": 1399269912,
            "stop": 1399279526
        },
        {
            "start": 1399284312,
            "stop": 1399305628
        },
        {
            "start": 1399316379,
            "stop": 1399319453
        },
        {
            "start": 1399320016,
            "stop": 1399328633
        },
        {
            "start": 1399330485,
            "stop": 1399341535
        },
        {
            "start": 1399341536,
            "stop": 1399341539
        },
        {
            "start": 1399341540,
            "stop": 1399341545
        },
        {
            "start": 1399341547,
            "stop": 1399341556
        },
        {
            "start": 1399341979,
            "stop": 1399346476
        },
        {
            "start": 1399360065,
            "stop": 1399365606
        }
    ]
}