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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14237",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14235",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14236,
    "results": [
        {
            "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": 971175315,
            "stop": 971175317
        },
        {
            "start": 971175318,
            "stop": 971175320
        },
        {
            "start": 971175323,
            "stop": 971175329
        },
        {
            "start": 971175331,
            "stop": 971175337
        },
        {
            "start": 971175342,
            "stop": 971175343
        }
    ]
}