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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=346",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=344",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 345,
    "results": [
        {
            "start": 939381173,
            "stop": 939383341
        },
        {
            "start": 939383344,
            "stop": 939384753
        },
        {
            "start": 939387672,
            "stop": 939388889
        },
        {
            "start": 939388892,
            "stop": 939389229
        },
        {
            "start": 939389247,
            "stop": 939389248
        },
        {
            "start": 939389266,
            "stop": 939389353
        },
        {
            "start": 939393520,
            "stop": 939394528
        },
        {
            "start": 939394531,
            "stop": 939395367
        },
        {
            "start": 939397000,
            "stop": 939398244
        },
        {
            "start": 939398249,
            "stop": 939398260
        },
        {
            "start": 939398263,
            "stop": 939398578
        },
        {
            "start": 939398581,
            "stop": 939399338
        },
        {
            "start": 939406812,
            "stop": 939407001
        },
        {
            "start": 939407004,
            "stop": 939407094
        },
        {
            "start": 939412536,
            "stop": 939414255
        },
        {
            "start": 939414258,
            "stop": 939415104
        },
        {
            "start": 939421539,
            "stop": 939421732
        },
        {
            "start": 939421735,
            "stop": 939421923
        },
        {
            "start": 939421983,
            "stop": 939422343
        },
        {
            "start": 939422403,
            "stop": 939422583
        }
    ]
}