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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_CBC_CAT1/segments?format=api&page=34",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_CBC_CAT1/segments?format=api&page=32",
    "results_count": 956,
    "results_per_page": 20,
    "num_pages": 48,
    "page_number": 33,
    "results": [
        {
            "start": 1414387882,
            "stop": 1414392764
        },
        {
            "start": 1414396459,
            "stop": 1414411960
        },
        {
            "start": 1414423971,
            "stop": 1414425729
        },
        {
            "start": 1414463787,
            "stop": 1414476389
        },
        {
            "start": 1414485311,
            "stop": 1414486270
        },
        {
            "start": 1414491360,
            "stop": 1414503336
        },
        {
            "start": 1414542347,
            "stop": 1414544031
        },
        {
            "start": 1414547904,
            "stop": 1414556235
        },
        {
            "start": 1414562672,
            "stop": 1414567934
        },
        {
            "start": 1414571395,
            "stop": 1414576574
        },
        {
            "start": 1414581583,
            "stop": 1414595862
        },
        {
            "start": 1414602375,
            "stop": 1414602818
        },
        {
            "start": 1414606124,
            "stop": 1414607924
        },
        {
            "start": 1414612355,
            "stop": 1414613349
        },
        {
            "start": 1414620962,
            "stop": 1414629901
        },
        {
            "start": 1414634460,
            "stop": 1414636111
        },
        {
            "start": 1414639572,
            "stop": 1414639698
        },
        {
            "start": 1414644326,
            "stop": 1414647818
        },
        {
            "start": 1414840533,
            "stop": 1414844698
        },
        {
            "start": 1414851817,
            "stop": 1414853488
        }
    ]
}