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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=308",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=306",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 307,
    "results": [
        {
            "start": 821743031,
            "stop": 821743035
        },
        {
            "start": 821743038,
            "stop": 821743039
        },
        {
            "start": 821743043,
            "stop": 821743049
        },
        {
            "start": 821743052,
            "stop": 821743068
        },
        {
            "start": 821743071,
            "stop": 821743080
        },
        {
            "start": 821743083,
            "stop": 821743093
        },
        {
            "start": 821743100,
            "stop": 821743115
        },
        {
            "start": 821743125,
            "stop": 821743157
        },
        {
            "start": 821743160,
            "stop": 821743176
        },
        {
            "start": 821743179,
            "stop": 821743181
        },
        {
            "start": 821743192,
            "stop": 821743193
        },
        {
            "start": 821743196,
            "stop": 821743201
        },
        {
            "start": 821743204,
            "stop": 821743206
        },
        {
            "start": 821743209,
            "stop": 821743210
        },
        {
            "start": 821743213,
            "stop": 821743216
        },
        {
            "start": 821743219,
            "stop": 821743221
        },
        {
            "start": 821743226,
            "stop": 821743232
        },
        {
            "start": 821743235,
            "stop": 821743250
        },
        {
            "start": 821743253,
            "stop": 821743264
        },
        {
            "start": 821743267,
            "stop": 821743292
        }
    ]
}