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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=237",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=235",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 236,
    "results": [
        {
            "start": 931675514,
            "stop": 931675518
        },
        {
            "start": 931675526,
            "stop": 931675531
        },
        {
            "start": 931675535,
            "stop": 931675541
        },
        {
            "start": 931675544,
            "stop": 931675546
        },
        {
            "start": 931675549,
            "stop": 931675556
        },
        {
            "start": 931675562,
            "stop": 931675568
        },
        {
            "start": 931675571,
            "stop": 931675598
        },
        {
            "start": 931675600,
            "stop": 931675606
        },
        {
            "start": 931675608,
            "stop": 931675613
        },
        {
            "start": 931675618,
            "stop": 931675632
        },
        {
            "start": 931675635,
            "stop": 931675636
        },
        {
            "start": 931675639,
            "stop": 931675674
        },
        {
            "start": 931675677,
            "stop": 931675682
        },
        {
            "start": 931675685,
            "stop": 931675692
        },
        {
            "start": 931675698,
            "stop": 931675700
        },
        {
            "start": 931675705,
            "stop": 931675711
        },
        {
            "start": 931675714,
            "stop": 931675716
        },
        {
            "start": 931675722,
            "stop": 931675729
        },
        {
            "start": 931675732,
            "stop": 931675750
        },
        {
            "start": 931675753,
            "stop": 931675754
        }
    ]
}