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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=955",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=953",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 954,
    "results": [
        {
            "start": 1251682929,
            "stop": 1251682946
        },
        {
            "start": 1251682948,
            "stop": 1251683010
        },
        {
            "start": 1251683015,
            "stop": 1251683051
        },
        {
            "start": 1251683056,
            "stop": 1251683062
        },
        {
            "start": 1251683067,
            "stop": 1251683172
        },
        {
            "start": 1251683175,
            "stop": 1251683322
        },
        {
            "start": 1251683327,
            "stop": 1251683364
        },
        {
            "start": 1251683369,
            "stop": 1251683375
        },
        {
            "start": 1251683380,
            "stop": 1251683403
        },
        {
            "start": 1251683406,
            "stop": 1251683498
        },
        {
            "start": 1251683502,
            "stop": 1251683521
        },
        {
            "start": 1251683524,
            "stop": 1251683528
        },
        {
            "start": 1251683533,
            "stop": 1251683554
        },
        {
            "start": 1251683559,
            "stop": 1251683574
        },
        {
            "start": 1251683579,
            "stop": 1251683648
        },
        {
            "start": 1251683653,
            "stop": 1251683706
        },
        {
            "start": 1251683711,
            "stop": 1251683817
        },
        {
            "start": 1251683821,
            "stop": 1251683853
        },
        {
            "start": 1251683856,
            "stop": 1251683860
        },
        {
            "start": 1251683865,
            "stop": 1251683899
        }
    ]
}