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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=195",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=193",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 194,
    "results": [
        {
            "start": 1374777839,
            "stop": 1374778712
        },
        {
            "start": 1374778714,
            "stop": 1374781265
        },
        {
            "start": 1374781267,
            "stop": 1374785379
        },
        {
            "start": 1374785384,
            "stop": 1374786159
        },
        {
            "start": 1374786162,
            "stop": 1374789671
        },
        {
            "start": 1374789673,
            "stop": 1374791174
        },
        {
            "start": 1374791176,
            "stop": 1374792131
        },
        {
            "start": 1374792132,
            "stop": 1374792955
        },
        {
            "start": 1374792956,
            "stop": 1374794333
        },
        {
            "start": 1374794336,
            "stop": 1374795445
        },
        {
            "start": 1374795447,
            "stop": 1374796351
        },
        {
            "start": 1374796352,
            "stop": 1374796491
        },
        {
            "start": 1374796494,
            "stop": 1374798221
        },
        {
            "start": 1374798223,
            "stop": 1374798955
        },
        {
            "start": 1374798960,
            "stop": 1374799197
        },
        {
            "start": 1374799198,
            "stop": 1374799756
        },
        {
            "start": 1374799757,
            "stop": 1374801319
        },
        {
            "start": 1374801321,
            "stop": 1374802000
        },
        {
            "start": 1374802002,
            "stop": 1374802094
        },
        {
            "start": 1374802098,
            "stop": 1374804552
        }
    ]
}