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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=230",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=228",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 229,
    "results": [
        {
            "start": 931674160,
            "stop": 931674161
        },
        {
            "start": 931674163,
            "stop": 931674169
        },
        {
            "start": 931674173,
            "stop": 931674176
        },
        {
            "start": 931674179,
            "stop": 931674180
        },
        {
            "start": 931674183,
            "stop": 931674191
        },
        {
            "start": 931674194,
            "stop": 931674198
        },
        {
            "start": 931674201,
            "stop": 931674203
        },
        {
            "start": 931674208,
            "stop": 931674214
        },
        {
            "start": 931674222,
            "stop": 931674225
        },
        {
            "start": 931674228,
            "stop": 931674238
        },
        {
            "start": 931674241,
            "stop": 931674252
        },
        {
            "start": 931674257,
            "stop": 931674265
        },
        {
            "start": 931674267,
            "stop": 931674273
        },
        {
            "start": 931674278,
            "stop": 931674284
        },
        {
            "start": 931674287,
            "stop": 931674296
        },
        {
            "start": 931674299,
            "stop": 931674300
        },
        {
            "start": 931674309,
            "stop": 931674311
        },
        {
            "start": 931674314,
            "stop": 931674315
        },
        {
            "start": 931674318,
            "stop": 931674323
        },
        {
            "start": 931674328,
            "stop": 931674332
        }
    ]
}