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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14116",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14114",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14115,
    "results": [
        {
            "start": 971160694,
            "stop": 971160695
        },
        {
            "start": 971160699,
            "stop": 971160705
        },
        {
            "start": 971160709,
            "stop": 971160710
        },
        {
            "start": 971160714,
            "stop": 971160715
        },
        {
            "start": 971160717,
            "stop": 971160719
        },
        {
            "start": 971160721,
            "stop": 971160723
        },
        {
            "start": 971160724,
            "stop": 971160730
        },
        {
            "start": 971160732,
            "stop": 971160733
        },
        {
            "start": 971160734,
            "stop": 971160735
        },
        {
            "start": 971160736,
            "stop": 971160740
        },
        {
            "start": 971160748,
            "stop": 971160753
        },
        {
            "start": 971160754,
            "stop": 971160756
        },
        {
            "start": 971160759,
            "stop": 971160762
        },
        {
            "start": 971160767,
            "stop": 971160768
        },
        {
            "start": 971160769,
            "stop": 971160770
        },
        {
            "start": 971160775,
            "stop": 971160776
        },
        {
            "start": 971160777,
            "stop": 971160778
        },
        {
            "start": 971160781,
            "stop": 971160784
        },
        {
            "start": 971160786,
            "stop": 971160787
        },
        {
            "start": 971160790,
            "stop": 971160791
        }
    ]
}