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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14670",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14668",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14669,
    "results": [
        {
            "start": 971168229,
            "stop": 971168231
        },
        {
            "start": 971168232,
            "stop": 971168235
        },
        {
            "start": 971168236,
            "stop": 971168239
        },
        {
            "start": 971168240,
            "stop": 971168246
        },
        {
            "start": 971168251,
            "stop": 971168253
        },
        {
            "start": 971168254,
            "stop": 971168255
        },
        {
            "start": 971168258,
            "stop": 971168261
        },
        {
            "start": 971168262,
            "stop": 971168264
        },
        {
            "start": 971168266,
            "stop": 971168274
        },
        {
            "start": 971168275,
            "stop": 971168280
        },
        {
            "start": 971168283,
            "stop": 971168286
        },
        {
            "start": 971168289,
            "stop": 971168293
        },
        {
            "start": 971168295,
            "stop": 971168297
        },
        {
            "start": 971168298,
            "stop": 971168301
        },
        {
            "start": 971168303,
            "stop": 971168305
        },
        {
            "start": 971168308,
            "stop": 971168309
        },
        {
            "start": 971168311,
            "stop": 971168317
        },
        {
            "start": 971168318,
            "stop": 971168320
        },
        {
            "start": 971168323,
            "stop": 971168330
        },
        {
            "start": 971168331,
            "stop": 971168334
        }
    ]
}