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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4222",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4220",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4221,
    "results": [
        {
            "start": 874477646,
            "stop": 874477721
        },
        {
            "start": 874477841,
            "stop": 874477890
        },
        {
            "start": 874477909,
            "stop": 874478026
        },
        {
            "start": 874478046,
            "stop": 874478225
        },
        {
            "start": 874478249,
            "stop": 874478548
        },
        {
            "start": 874478567,
            "stop": 874478677
        },
        {
            "start": 874480016,
            "stop": 874480020
        },
        {
            "start": 874480080,
            "stop": 874480260
        },
        {
            "start": 874480380,
            "stop": 874480560
        },
        {
            "start": 874480620,
            "stop": 874481562
        },
        {
            "start": 874481581,
            "stop": 874482343
        },
        {
            "start": 874482362,
            "stop": 874483316
        },
        {
            "start": 874483335,
            "stop": 874483422
        },
        {
            "start": 874483441,
            "stop": 874483544
        },
        {
            "start": 874483564,
            "stop": 874483878
        },
        {
            "start": 874483898,
            "stop": 874483953
        },
        {
            "start": 874483972,
            "stop": 874484023
        },
        {
            "start": 874484042,
            "stop": 874484093
        },
        {
            "start": 874484112,
            "stop": 874484361
        },
        {
            "start": 874484380,
            "stop": 874484500
        }
    ]
}