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=146
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=147",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=145",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 146,
    "results": [
        {
            "start": 931594220,
            "stop": 931594230
        },
        {
            "start": 931594233,
            "stop": 931594241
        },
        {
            "start": 931594244,
            "stop": 931594249
        },
        {
            "start": 931594252,
            "stop": 931594261
        },
        {
            "start": 931594264,
            "stop": 931594274
        },
        {
            "start": 931594277,
            "stop": 931594280
        },
        {
            "start": 931594283,
            "stop": 931594289
        },
        {
            "start": 931594292,
            "stop": 931594295
        },
        {
            "start": 931594298,
            "stop": 931594300
        },
        {
            "start": 931594305,
            "stop": 931594310
        },
        {
            "start": 931594315,
            "stop": 931594316
        },
        {
            "start": 931594319,
            "stop": 931594327
        },
        {
            "start": 931594331,
            "stop": 931594334
        },
        {
            "start": 931594337,
            "stop": 931594342
        },
        {
            "start": 931594345,
            "stop": 931594348
        },
        {
            "start": 931594357,
            "stop": 931594361
        },
        {
            "start": 931594364,
            "stop": 931594368
        },
        {
            "start": 931594373,
            "stop": 931594374
        },
        {
            "start": 931594377,
            "stop": 931594378
        },
        {
            "start": 931594382,
            "stop": 931594383
        }
    ]
}