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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=795",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=793",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 794,
    "results": [
        {
            "start": 1249843934,
            "stop": 1249844041
        },
        {
            "start": 1249844043,
            "stop": 1249844169
        },
        {
            "start": 1249844173,
            "stop": 1249844186
        },
        {
            "start": 1249844191,
            "stop": 1249844217
        },
        {
            "start": 1249844218,
            "stop": 1249844329
        },
        {
            "start": 1249844334,
            "stop": 1249844350
        },
        {
            "start": 1249844353,
            "stop": 1249844435
        },
        {
            "start": 1249844446,
            "stop": 1249844447
        },
        {
            "start": 1249844451,
            "stop": 1249844506
        },
        {
            "start": 1249844507,
            "stop": 1249844736
        },
        {
            "start": 1249844738,
            "stop": 1249844739
        },
        {
            "start": 1249844744,
            "stop": 1249844998
        },
        {
            "start": 1249845004,
            "stop": 1249845007
        },
        {
            "start": 1249845008,
            "stop": 1249845187
        },
        {
            "start": 1249845188,
            "stop": 1249845333
        },
        {
            "start": 1249845336,
            "stop": 1249845480
        },
        {
            "start": 1249845482,
            "stop": 1249845486
        },
        {
            "start": 1249845491,
            "stop": 1249845561
        },
        {
            "start": 1249845562,
            "stop": 1249845595
        },
        {
            "start": 1249845597,
            "stop": 1249845698
        }
    ]
}