Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6099
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=6100",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6098",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6099,
    "results": [
        {
            "start": 874035886,
            "stop": 874035890
        },
        {
            "start": 874035901,
            "stop": 874035953
        },
        {
            "start": 874035956,
            "stop": 874035979
        },
        {
            "start": 874035982,
            "stop": 874035987
        },
        {
            "start": 874035990,
            "stop": 874036000
        },
        {
            "start": 874036003,
            "stop": 874036013
        },
        {
            "start": 874036017,
            "stop": 874036024
        },
        {
            "start": 874036030,
            "stop": 874036049
        },
        {
            "start": 874036056,
            "stop": 874036067
        },
        {
            "start": 874036070,
            "stop": 874036083
        },
        {
            "start": 874036086,
            "stop": 874036091
        },
        {
            "start": 874036094,
            "stop": 874036163
        },
        {
            "start": 874036165,
            "stop": 874037627
        },
        {
            "start": 874037628,
            "stop": 874037633
        },
        {
            "start": 874037636,
            "stop": 874037957
        },
        {
            "start": 874037958,
            "stop": 874037987
        },
        {
            "start": 874037990,
            "stop": 874037994
        },
        {
            "start": 874037997,
            "stop": 874038007
        },
        {
            "start": 874038010,
            "stop": 874038031
        },
        {
            "start": 874038034,
            "stop": 874038730
        }
    ]
}