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=188
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=189",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=187",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 188,
    "results": [
        {
            "start": 818079378,
            "stop": 818079381
        },
        {
            "start": 818079385,
            "stop": 818079388
        },
        {
            "start": 818079391,
            "stop": 818079394
        },
        {
            "start": 818079405,
            "stop": 818079406
        },
        {
            "start": 818079410,
            "stop": 818079415
        },
        {
            "start": 818079483,
            "stop": 818079486
        },
        {
            "start": 818079517,
            "stop": 818079520
        },
        {
            "start": 818079531,
            "stop": 818079533
        },
        {
            "start": 818079536,
            "stop": 818079540
        },
        {
            "start": 818080620,
            "stop": 818080624
        },
        {
            "start": 818080627,
            "stop": 818080631
        },
        {
            "start": 818080637,
            "stop": 818080639
        },
        {
            "start": 818080642,
            "stop": 818080644
        },
        {
            "start": 818080652,
            "stop": 818080655
        },
        {
            "start": 818080659,
            "stop": 818080661
        },
        {
            "start": 818080670,
            "stop": 818080677
        },
        {
            "start": 818080690,
            "stop": 818080691
        },
        {
            "start": 818080694,
            "stop": 818080704
        },
        {
            "start": 818080708,
            "stop": 818080710
        },
        {
            "start": 818080715,
            "stop": 818080718
        }
    ]
}