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=58
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=59",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=57",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 58,
    "results": [
        {
            "start": 817246476,
            "stop": 817246479
        },
        {
            "start": 817246483,
            "stop": 817246500
        },
        {
            "start": 817246560,
            "stop": 817246701
        },
        {
            "start": 817246704,
            "stop": 817246932
        },
        {
            "start": 817246936,
            "stop": 817247100
        },
        {
            "start": 817247220,
            "stop": 817247472
        },
        {
            "start": 817248222,
            "stop": 817248298
        },
        {
            "start": 817249073,
            "stop": 817249123
        },
        {
            "start": 817249127,
            "stop": 817249217
        },
        {
            "start": 817249220,
            "stop": 817249781
        },
        {
            "start": 817249786,
            "stop": 817252175
        },
        {
            "start": 817252178,
            "stop": 817252916
        },
        {
            "start": 817252921,
            "stop": 817253778
        },
        {
            "start": 817253781,
            "stop": 817254539
        },
        {
            "start": 817254717,
            "stop": 817255200
        },
        {
            "start": 817255320,
            "stop": 817257136
        },
        {
            "start": 817257139,
            "stop": 817257720
        },
        {
            "start": 817258950,
            "stop": 817260480
        },
        {
            "start": 817260600,
            "stop": 817260882
        },
        {
            "start": 817260970,
            "stop": 817260972
        }
    ]
}