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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29285",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29283",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29284,
    "results": [
        {
            "start": 971179153,
            "stop": 971179156
        },
        {
            "start": 971179157,
            "stop": 971179159
        },
        {
            "start": 971179160,
            "stop": 971179163
        },
        {
            "start": 971179171,
            "stop": 971179172
        },
        {
            "start": 971179174,
            "stop": 971179176
        },
        {
            "start": 971179177,
            "stop": 971179178
        },
        {
            "start": 971179179,
            "stop": 971179187
        },
        {
            "start": 971179188,
            "stop": 971179189
        },
        {
            "start": 971179191,
            "stop": 971179194
        },
        {
            "start": 971179196,
            "stop": 971179198
        },
        {
            "start": 971179199,
            "stop": 971179200
        },
        {
            "start": 971179201,
            "stop": 971179203
        },
        {
            "start": 971179204,
            "stop": 971179207
        },
        {
            "start": 971179208,
            "stop": 971179212
        },
        {
            "start": 971179213,
            "stop": 971179215
        },
        {
            "start": 971179216,
            "stop": 971179218
        },
        {
            "start": 971179220,
            "stop": 971179221
        },
        {
            "start": 971179223,
            "stop": 971179228
        },
        {
            "start": 971179229,
            "stop": 971179238
        },
        {
            "start": 971179239,
            "stop": 971179240
        }
    ]
}