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=1789
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=1790",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1788",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1789,
    "results": [
        {
            "start": 959583829,
            "stop": 959588528
        },
        {
            "start": 959588529,
            "stop": 959590141
        },
        {
            "start": 959590143,
            "stop": 959593422
        },
        {
            "start": 959595765,
            "stop": 959596276
        },
        {
            "start": 959596278,
            "stop": 959596312
        },
        {
            "start": 959596314,
            "stop": 959596510
        },
        {
            "start": 959596512,
            "stop": 959596874
        },
        {
            "start": 959596876,
            "stop": 959596946
        },
        {
            "start": 959596948,
            "stop": 959597171
        },
        {
            "start": 959597173,
            "stop": 959597471
        },
        {
            "start": 959597473,
            "stop": 959597824
        },
        {
            "start": 959597826,
            "stop": 959598302
        },
        {
            "start": 959598305,
            "stop": 959598344
        },
        {
            "start": 959598347,
            "stop": 959598372
        },
        {
            "start": 959598374,
            "stop": 959598453
        },
        {
            "start": 959598455,
            "stop": 959598483
        },
        {
            "start": 959598490,
            "stop": 959598522
        },
        {
            "start": 959598525,
            "stop": 959598526
        },
        {
            "start": 959598527,
            "stop": 959598541
        },
        {
            "start": 959598543,
            "stop": 959598563
        }
    ]
}