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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=144",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=142",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 143,
    "results": [
        {
            "start": 1260409316,
            "stop": 1260410876
        },
        {
            "start": 1260410880,
            "stop": 1260411824
        },
        {
            "start": 1260411827,
            "stop": 1260413637
        },
        {
            "start": 1260413640,
            "stop": 1260416781
        },
        {
            "start": 1260416784,
            "stop": 1260416840
        },
        {
            "start": 1260416844,
            "stop": 1260417733
        },
        {
            "start": 1260417734,
            "stop": 1260419828
        },
        {
            "start": 1260419832,
            "stop": 1260422089
        },
        {
            "start": 1260422092,
            "stop": 1260423610
        },
        {
            "start": 1260423615,
            "stop": 1260424110
        },
        {
            "start": 1260424113,
            "stop": 1260426536
        },
        {
            "start": 1260426541,
            "stop": 1260426716
        },
        {
            "start": 1260426718,
            "stop": 1260426775
        },
        {
            "start": 1260426778,
            "stop": 1260426902
        },
        {
            "start": 1260426907,
            "stop": 1260427012
        },
        {
            "start": 1260427017,
            "stop": 1260427028
        },
        {
            "start": 1260427033,
            "stop": 1260427047
        },
        {
            "start": 1260427052,
            "stop": 1260427085
        },
        {
            "start": 1260427090,
            "stop": 1260427145
        },
        {
            "start": 1260427150,
            "stop": 1260427208
        }
    ]
}