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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=142",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=140",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 141,
    "results": [
        {
            "start": 931439439,
            "stop": 931439476
        },
        {
            "start": 931439478,
            "stop": 931439536
        },
        {
            "start": 931439538,
            "stop": 931439589
        },
        {
            "start": 931439591,
            "stop": 931439601
        },
        {
            "start": 931439603,
            "stop": 931439646
        },
        {
            "start": 931439647,
            "stop": 931439669
        },
        {
            "start": 931439671,
            "stop": 931439706
        },
        {
            "start": 931439709,
            "stop": 931439712
        },
        {
            "start": 931439713,
            "stop": 931439728
        },
        {
            "start": 931439729,
            "stop": 931439748
        },
        {
            "start": 931439750,
            "stop": 931439791
        },
        {
            "start": 931439793,
            "stop": 931439798
        },
        {
            "start": 931439800,
            "stop": 931439807
        },
        {
            "start": 931439809,
            "stop": 931439815
        },
        {
            "start": 931439817,
            "stop": 931439957
        },
        {
            "start": 931439960,
            "stop": 931439986
        },
        {
            "start": 931439988,
            "stop": 931440011
        },
        {
            "start": 931440012,
            "stop": 931440159
        },
        {
            "start": 931440161,
            "stop": 931440188
        },
        {
            "start": 931440189,
            "stop": 931440212
        }
    ]
}