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=132
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=133",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=131",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 132,
    "results": [
        {
            "start": 931429713,
            "stop": 931429728
        },
        {
            "start": 931429730,
            "stop": 931429746
        },
        {
            "start": 931429749,
            "stop": 931429750
        },
        {
            "start": 931429752,
            "stop": 931429763
        },
        {
            "start": 931432658,
            "stop": 931432727
        },
        {
            "start": 931432728,
            "stop": 931432765
        },
        {
            "start": 931432766,
            "stop": 931432801
        },
        {
            "start": 931432804,
            "stop": 931432875
        },
        {
            "start": 931432877,
            "stop": 931432945
        },
        {
            "start": 931432947,
            "stop": 931432963
        },
        {
            "start": 931432965,
            "stop": 931432979
        },
        {
            "start": 931432980,
            "stop": 931433040
        },
        {
            "start": 931433042,
            "stop": 931433046
        },
        {
            "start": 931433048,
            "stop": 931433085
        },
        {
            "start": 931433086,
            "stop": 931433087
        },
        {
            "start": 931433089,
            "stop": 931433137
        },
        {
            "start": 931433139,
            "stop": 931433142
        },
        {
            "start": 931433143,
            "stop": 931433205
        },
        {
            "start": 931433207,
            "stop": 931433214
        },
        {
            "start": 931433216,
            "stop": 931433233
        }
    ]
}