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=177
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=178",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=176",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 177,
    "results": [
        {
            "start": 931471996,
            "stop": 931472017
        },
        {
            "start": 931472022,
            "stop": 931472024
        },
        {
            "start": 931472026,
            "stop": 931472046
        },
        {
            "start": 931472048,
            "stop": 931472049
        },
        {
            "start": 931472051,
            "stop": 931472052
        },
        {
            "start": 931472059,
            "stop": 931472067
        },
        {
            "start": 931472069,
            "stop": 931472071
        },
        {
            "start": 931472073,
            "stop": 931472074
        },
        {
            "start": 931472076,
            "stop": 931472079
        },
        {
            "start": 931472081,
            "stop": 931472083
        },
        {
            "start": 931472084,
            "stop": 931472085
        },
        {
            "start": 931472087,
            "stop": 931472093
        },
        {
            "start": 931472094,
            "stop": 931472099
        },
        {
            "start": 931472101,
            "stop": 931472105
        },
        {
            "start": 931472109,
            "stop": 931472135
        },
        {
            "start": 931472137,
            "stop": 931472151
        },
        {
            "start": 931472153,
            "stop": 931472165
        },
        {
            "start": 931472167,
            "stop": 931472172
        },
        {
            "start": 931472173,
            "stop": 931472185
        },
        {
            "start": 931472187,
            "stop": 931472191
        }
    ]
}