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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=210",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=208",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 209,
    "results": [
        {
            "start": 934025565,
            "stop": 934025571
        },
        {
            "start": 934025575,
            "stop": 934029071
        },
        {
            "start": 934029073,
            "stop": 934029091
        },
        {
            "start": 934029096,
            "stop": 934029101
        },
        {
            "start": 934029105,
            "stop": 934029120
        },
        {
            "start": 934029123,
            "stop": 934029146
        },
        {
            "start": 934029149,
            "stop": 934029154
        },
        {
            "start": 934029156,
            "stop": 934029170
        },
        {
            "start": 934029175,
            "stop": 934030014
        },
        {
            "start": 934033006,
            "stop": 934034439
        },
        {
            "start": 934035818,
            "stop": 934036297
        },
        {
            "start": 934036300,
            "stop": 934036305
        },
        {
            "start": 934036307,
            "stop": 934036323
        },
        {
            "start": 934036326,
            "stop": 934036351
        },
        {
            "start": 934036353,
            "stop": 934036357
        },
        {
            "start": 934036359,
            "stop": 934036364
        },
        {
            "start": 934036367,
            "stop": 934036373
        },
        {
            "start": 934036377,
            "stop": 934039896
        },
        {
            "start": 934039899,
            "stop": 934039905
        },
        {
            "start": 934039908,
            "stop": 934039948
        }
    ]
}