Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33294
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33295",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33293",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33294,
    "results": [
        {
            "start": 971007179,
            "stop": 971007214
        },
        {
            "start": 971007215,
            "stop": 971007222
        },
        {
            "start": 971007223,
            "stop": 971007228
        },
        {
            "start": 971007230,
            "stop": 971007249
        },
        {
            "start": 971007253,
            "stop": 971007269
        },
        {
            "start": 971007270,
            "stop": 971007273
        },
        {
            "start": 971007276,
            "stop": 971007292
        },
        {
            "start": 971007295,
            "stop": 971007306
        },
        {
            "start": 971007309,
            "stop": 971007312
        },
        {
            "start": 971007313,
            "stop": 971007323
        },
        {
            "start": 971007326,
            "stop": 971007335
        },
        {
            "start": 971007339,
            "stop": 971007350
        },
        {
            "start": 971007353,
            "stop": 971007357
        },
        {
            "start": 971007358,
            "stop": 971007370
        },
        {
            "start": 971007373,
            "stop": 971007374
        },
        {
            "start": 971007375,
            "stop": 971007387
        },
        {
            "start": 971007388,
            "stop": 971007397
        },
        {
            "start": 971007401,
            "stop": 971007403
        },
        {
            "start": 971007406,
            "stop": 971007416
        },
        {
            "start": 971007417,
            "stop": 971007438
        }
    ]
}