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=376
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=377",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=375",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 376,
    "results": [
        {
            "start": 821761104,
            "stop": 821761107
        },
        {
            "start": 821761115,
            "stop": 821761119
        },
        {
            "start": 821761130,
            "stop": 821761131
        },
        {
            "start": 821761136,
            "stop": 821761138
        },
        {
            "start": 821761141,
            "stop": 821761144
        },
        {
            "start": 821761147,
            "stop": 821761152
        },
        {
            "start": 821761155,
            "stop": 821761160
        },
        {
            "start": 821761163,
            "stop": 821761168
        },
        {
            "start": 821761173,
            "stop": 821761182
        },
        {
            "start": 821761185,
            "stop": 821761187
        },
        {
            "start": 821761193,
            "stop": 821761195
        },
        {
            "start": 821761204,
            "stop": 821761205
        },
        {
            "start": 821761208,
            "stop": 821761214
        },
        {
            "start": 821761218,
            "stop": 821761221
        },
        {
            "start": 821761224,
            "stop": 821761226
        },
        {
            "start": 821761240,
            "stop": 821761245
        },
        {
            "start": 821761251,
            "stop": 821761259
        },
        {
            "start": 821761262,
            "stop": 821761263
        },
        {
            "start": 821761270,
            "stop": 821761272
        },
        {
            "start": 821761278,
            "stop": 821761279
        }
    ]
}