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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=97",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=95",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 96,
    "results": [
        {
            "start": 818053711,
            "stop": 818053732
        },
        {
            "start": 818053736,
            "stop": 818053740
        },
        {
            "start": 818053743,
            "stop": 818053744
        },
        {
            "start": 818053748,
            "stop": 818053749
        },
        {
            "start": 818053754,
            "stop": 818053778
        },
        {
            "start": 818053781,
            "stop": 818053784
        },
        {
            "start": 818053789,
            "stop": 818053793
        },
        {
            "start": 818053799,
            "stop": 818053806
        },
        {
            "start": 818053809,
            "stop": 818053814
        },
        {
            "start": 818053817,
            "stop": 818053824
        },
        {
            "start": 818053827,
            "stop": 818053829
        },
        {
            "start": 818053840,
            "stop": 818053842
        },
        {
            "start": 818053845,
            "stop": 818053851
        },
        {
            "start": 818053857,
            "stop": 818053858
        },
        {
            "start": 818053861,
            "stop": 818053870
        },
        {
            "start": 818053876,
            "stop": 818053883
        },
        {
            "start": 818053886,
            "stop": 818053891
        },
        {
            "start": 818053894,
            "stop": 818053895
        },
        {
            "start": 818053904,
            "stop": 818053911
        },
        {
            "start": 818053916,
            "stop": 818053919
        }
    ]
}