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=1737
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=1738",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1736",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1737,
    "results": [
        {
            "start": 958580206,
            "stop": 958580217
        },
        {
            "start": 958580219,
            "stop": 958580231
        },
        {
            "start": 958580233,
            "stop": 958580257
        },
        {
            "start": 958580260,
            "stop": 958580908
        },
        {
            "start": 958582952,
            "stop": 958586850
        },
        {
            "start": 958586852,
            "stop": 958586960
        },
        {
            "start": 958586963,
            "stop": 958586976
        },
        {
            "start": 958588943,
            "stop": 958594564
        },
        {
            "start": 958594566,
            "stop": 958594567
        },
        {
            "start": 958594577,
            "stop": 958594578
        },
        {
            "start": 958594580,
            "stop": 958594602
        },
        {
            "start": 958594605,
            "stop": 958594634
        },
        {
            "start": 958596633,
            "stop": 958597062
        },
        {
            "start": 958597064,
            "stop": 958601711
        },
        {
            "start": 958601713,
            "stop": 958604446
        },
        {
            "start": 958606544,
            "stop": 958608269
        },
        {
            "start": 958608271,
            "stop": 958609451
        },
        {
            "start": 958609458,
            "stop": 958609572
        },
        {
            "start": 958609576,
            "stop": 958609685
        },
        {
            "start": 958609687,
            "stop": 958609689
        }
    ]
}