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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29262",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29260",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29261,
    "results": [
        {
            "start": 971175162,
            "stop": 971175173
        },
        {
            "start": 971175176,
            "stop": 971175177
        },
        {
            "start": 971175182,
            "stop": 971175183
        },
        {
            "start": 971175185,
            "stop": 971175187
        },
        {
            "start": 971175189,
            "stop": 971175194
        },
        {
            "start": 971175195,
            "stop": 971175207
        },
        {
            "start": 971175211,
            "stop": 971175230
        },
        {
            "start": 971175231,
            "stop": 971175249
        },
        {
            "start": 971175251,
            "stop": 971175260
        },
        {
            "start": 971175261,
            "stop": 971175264
        },
        {
            "start": 971175271,
            "stop": 971175272
        },
        {
            "start": 971175277,
            "stop": 971175278
        },
        {
            "start": 971175279,
            "stop": 971175287
        },
        {
            "start": 971175288,
            "stop": 971175289
        },
        {
            "start": 971175291,
            "stop": 971175303
        },
        {
            "start": 971175304,
            "stop": 971175314
        },
        {
            "start": 971175318,
            "stop": 971175320
        },
        {
            "start": 971175323,
            "stop": 971175329
        },
        {
            "start": 971175331,
            "stop": 971175337
        },
        {
            "start": 971175342,
            "stop": 971175343
        }
    ]
}