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=235
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=236",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=234",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 235,
    "results": [
        {
            "start": 821680108,
            "stop": 821680109
        },
        {
            "start": 821680112,
            "stop": 821680124
        },
        {
            "start": 821680127,
            "stop": 821680136
        },
        {
            "start": 821680145,
            "stop": 821680147
        },
        {
            "start": 821680150,
            "stop": 821680153
        },
        {
            "start": 821680156,
            "stop": 821680157
        },
        {
            "start": 821680165,
            "stop": 821680169
        },
        {
            "start": 821680176,
            "stop": 821680186
        },
        {
            "start": 821680191,
            "stop": 821680209
        },
        {
            "start": 821680215,
            "stop": 821680217
        },
        {
            "start": 821680220,
            "stop": 821680223
        },
        {
            "start": 821680226,
            "stop": 821680227
        },
        {
            "start": 821680230,
            "stop": 821680238
        },
        {
            "start": 821680243,
            "stop": 821680248
        },
        {
            "start": 821680251,
            "stop": 821680257
        },
        {
            "start": 821680260,
            "stop": 821680264
        },
        {
            "start": 821680267,
            "stop": 821680270
        },
        {
            "start": 821680274,
            "stop": 821680275
        },
        {
            "start": 821680278,
            "stop": 821680281
        },
        {
            "start": 821680284,
            "stop": 821680286
        }
    ]
}