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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=306",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=304",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 305,
    "results": [
        {
            "start": 935186842,
            "stop": 935186928
        },
        {
            "start": 935188296,
            "stop": 935188774
        },
        {
            "start": 935193460,
            "stop": 935193615
        },
        {
            "start": 935193855,
            "stop": 935194503
        },
        {
            "start": 935195991,
            "stop": 935196006
        },
        {
            "start": 935196008,
            "stop": 935196126
        },
        {
            "start": 935196128,
            "stop": 935196141
        },
        {
            "start": 935196143,
            "stop": 935196330
        },
        {
            "start": 935196450,
            "stop": 935196710
        },
        {
            "start": 935196713,
            "stop": 935197215
        },
        {
            "start": 935197455,
            "stop": 935197580
        },
        {
            "start": 935197583,
            "stop": 935197706
        },
        {
            "start": 935197766,
            "stop": 935199469
        },
        {
            "start": 935199622,
            "stop": 935199864
        },
        {
            "start": 935199866,
            "stop": 935199893
        },
        {
            "start": 935199896,
            "stop": 935199969
        },
        {
            "start": 935199972,
            "stop": 935199982
        },
        {
            "start": 935199986,
            "stop": 935199998
        },
        {
            "start": 935200001,
            "stop": 935200013
        },
        {
            "start": 935200017,
            "stop": 935200815
        }
    ]
}