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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=76",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=74",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 75,
    "results": [
        {
            "start": 817555504,
            "stop": 817564038
        },
        {
            "start": 817564041,
            "stop": 817564065
        },
        {
            "start": 817564071,
            "stop": 817564084
        },
        {
            "start": 817564087,
            "stop": 817564876
        },
        {
            "start": 817564880,
            "stop": 817565070
        },
        {
            "start": 817580832,
            "stop": 817583635
        },
        {
            "start": 817583639,
            "stop": 817583641
        },
        {
            "start": 817583644,
            "stop": 817583831
        },
        {
            "start": 817583835,
            "stop": 817585144
        },
        {
            "start": 817585149,
            "stop": 817585159
        },
        {
            "start": 817585164,
            "stop": 817585442
        },
        {
            "start": 817585445,
            "stop": 817585543
        },
        {
            "start": 817585546,
            "stop": 817586651
        },
        {
            "start": 817586661,
            "stop": 817586675
        },
        {
            "start": 817586678,
            "stop": 817586698
        },
        {
            "start": 817586701,
            "stop": 817586708
        },
        {
            "start": 817586711,
            "stop": 817586935
        },
        {
            "start": 817586942,
            "stop": 817587019
        },
        {
            "start": 817587027,
            "stop": 817587227
        },
        {
            "start": 817589035,
            "stop": 817589128
        }
    ]
}