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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1787",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1785",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1786,
    "results": [
        {
            "start": 959516617,
            "stop": 959516752
        },
        {
            "start": 959516757,
            "stop": 959517048
        },
        {
            "start": 959517051,
            "stop": 959517068
        },
        {
            "start": 959517070,
            "stop": 959517073
        },
        {
            "start": 959517075,
            "stop": 959517276
        },
        {
            "start": 959517278,
            "stop": 959517323
        },
        {
            "start": 959517325,
            "stop": 959517402
        },
        {
            "start": 959517404,
            "stop": 959518192
        },
        {
            "start": 959518194,
            "stop": 959518280
        },
        {
            "start": 959518282,
            "stop": 959518294
        },
        {
            "start": 959518296,
            "stop": 959518423
        },
        {
            "start": 959518425,
            "stop": 959518485
        },
        {
            "start": 959518488,
            "stop": 959518497
        },
        {
            "start": 959518501,
            "stop": 959518502
        },
        {
            "start": 959518506,
            "stop": 959518508
        },
        {
            "start": 959518511,
            "stop": 959518514
        },
        {
            "start": 959518516,
            "stop": 959518521
        },
        {
            "start": 959518523,
            "stop": 959518739
        },
        {
            "start": 959519605,
            "stop": 959519713
        },
        {
            "start": 959519716,
            "stop": 959521750
        }
    ]
}