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=174
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=175",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=173",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 174,
    "results": [
        {
            "start": 932684394,
            "stop": 932684400
        },
        {
            "start": 932684403,
            "stop": 932684415
        },
        {
            "start": 932684775,
            "stop": 932684820
        },
        {
            "start": 932684840,
            "stop": 932685136
        },
        {
            "start": 932685138,
            "stop": 932685151
        },
        {
            "start": 932685153,
            "stop": 932685165
        },
        {
            "start": 932685168,
            "stop": 932685180
        },
        {
            "start": 932685183,
            "stop": 932685210
        },
        {
            "start": 932685214,
            "stop": 932685406
        },
        {
            "start": 932685408,
            "stop": 932685421
        },
        {
            "start": 932685423,
            "stop": 932685436
        },
        {
            "start": 932685438,
            "stop": 932685450
        },
        {
            "start": 932685454,
            "stop": 932685465
        },
        {
            "start": 932685468,
            "stop": 932685546
        },
        {
            "start": 932685606,
            "stop": 932685615
        },
        {
            "start": 932685618,
            "stop": 932685782
        },
        {
            "start": 932685926,
            "stop": 932685991
        },
        {
            "start": 932685993,
            "stop": 932687044
        },
        {
            "start": 932687525,
            "stop": 932687796
        },
        {
            "start": 932687916,
            "stop": 932687956
        }
    ]
}