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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33231",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33229",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33230,
    "results": [
        {
            "start": 970974798,
            "stop": 970974940
        },
        {
            "start": 970974943,
            "stop": 970975001
        },
        {
            "start": 970975003,
            "stop": 970975068
        },
        {
            "start": 970975069,
            "stop": 970975073
        },
        {
            "start": 970975076,
            "stop": 970975079
        },
        {
            "start": 970975080,
            "stop": 970975128
        },
        {
            "start": 970975131,
            "stop": 970975204
        },
        {
            "start": 970975208,
            "stop": 970975218
        },
        {
            "start": 970975219,
            "stop": 970975292
        },
        {
            "start": 970975293,
            "stop": 970975339
        },
        {
            "start": 970975343,
            "stop": 970975380
        },
        {
            "start": 970975381,
            "stop": 970975410
        },
        {
            "start": 970975413,
            "stop": 970975446
        },
        {
            "start": 970975449,
            "stop": 970975457
        },
        {
            "start": 970975458,
            "stop": 970975489
        },
        {
            "start": 970975490,
            "stop": 970975527
        },
        {
            "start": 970975528,
            "stop": 970975606
        },
        {
            "start": 970975607,
            "stop": 970975719
        },
        {
            "start": 970975722,
            "stop": 970975728
        },
        {
            "start": 970975729,
            "stop": 970975761
        }
    ]
}