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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=312",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=310",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 311,
    "results": [
        {
            "start": 818238700,
            "stop": 818238703
        },
        {
            "start": 818238719,
            "stop": 818238721
        },
        {
            "start": 818238724,
            "stop": 818238728
        },
        {
            "start": 818238746,
            "stop": 818238748
        },
        {
            "start": 818238762,
            "stop": 818238766
        },
        {
            "start": 818238803,
            "stop": 818238805
        },
        {
            "start": 818238842,
            "stop": 818238843
        },
        {
            "start": 818238846,
            "stop": 818238848
        },
        {
            "start": 818238873,
            "stop": 818238874
        },
        {
            "start": 818238888,
            "stop": 818238889
        },
        {
            "start": 818238901,
            "stop": 818238905
        },
        {
            "start": 818238909,
            "stop": 818238912
        },
        {
            "start": 818238918,
            "stop": 818238919
        },
        {
            "start": 818238924,
            "stop": 818238926
        },
        {
            "start": 818238933,
            "stop": 818238935
        },
        {
            "start": 818238940,
            "stop": 818238941
        },
        {
            "start": 818238947,
            "stop": 818238949
        },
        {
            "start": 818238961,
            "stop": 818238964
        },
        {
            "start": 818238967,
            "stop": 818238969
        },
        {
            "start": 818238976,
            "stop": 818238982
        }
    ]
}