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=391
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=392",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=390",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 391,
    "results": [
        {
            "start": 821764240,
            "stop": 821764243
        },
        {
            "start": 821764246,
            "stop": 821764258
        },
        {
            "start": 821764261,
            "stop": 821764262
        },
        {
            "start": 821764267,
            "stop": 821764277
        },
        {
            "start": 821764280,
            "stop": 821764293
        },
        {
            "start": 821764296,
            "stop": 821764302
        },
        {
            "start": 821764316,
            "stop": 821764317
        },
        {
            "start": 821764320,
            "stop": 821764331
        },
        {
            "start": 821764337,
            "stop": 821764339
        },
        {
            "start": 821764344,
            "stop": 821764345
        },
        {
            "start": 821764355,
            "stop": 821764357
        },
        {
            "start": 821764368,
            "stop": 821764369
        },
        {
            "start": 821764382,
            "stop": 821764383
        },
        {
            "start": 821764399,
            "stop": 821764401
        },
        {
            "start": 821764404,
            "stop": 821764414
        },
        {
            "start": 821764424,
            "stop": 821764429
        },
        {
            "start": 821764439,
            "stop": 821764440
        },
        {
            "start": 821764447,
            "stop": 821764448
        },
        {
            "start": 821764451,
            "stop": 821764455
        },
        {
            "start": 821764458,
            "stop": 821764463
        }
    ]
}