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_CAT3H/segments?format=api&page=33125
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=33126",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33124",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33125,
    "results": [
        {
            "start": 970563052,
            "stop": 970563076
        },
        {
            "start": 970563078,
            "stop": 970563085
        },
        {
            "start": 970563086,
            "stop": 970563102
        },
        {
            "start": 970563105,
            "stop": 970563115
        },
        {
            "start": 970563117,
            "stop": 970563118
        },
        {
            "start": 970563120,
            "stop": 970563137
        },
        {
            "start": 970563139,
            "stop": 970563163
        },
        {
            "start": 970563164,
            "stop": 970563174
        },
        {
            "start": 970563176,
            "stop": 970563180
        },
        {
            "start": 970563181,
            "stop": 970563205
        },
        {
            "start": 970563209,
            "stop": 970563219
        },
        {
            "start": 970563221,
            "stop": 970563240
        },
        {
            "start": 970563244,
            "stop": 970563262
        },
        {
            "start": 970563263,
            "stop": 970563282
        },
        {
            "start": 970563284,
            "stop": 970563294
        },
        {
            "start": 970563296,
            "stop": 970563320
        },
        {
            "start": 970563322,
            "stop": 970563323
        },
        {
            "start": 970563324,
            "stop": 970563336
        },
        {
            "start": 970563337,
            "stop": 970563345
        },
        {
            "start": 970563347,
            "stop": 970563362
        }
    ]
}