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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=666",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=664",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 665,
    "results": [
        {
            "start": 1248346468,
            "stop": 1248346613
        },
        {
            "start": 1248346617,
            "stop": 1248350481
        },
        {
            "start": 1248350486,
            "stop": 1248353539
        },
        {
            "start": 1248353544,
            "stop": 1248354364
        },
        {
            "start": 1248361425,
            "stop": 1248365929
        },
        {
            "start": 1248365933,
            "stop": 1248366863
        },
        {
            "start": 1248366871,
            "stop": 1248369750
        },
        {
            "start": 1248369755,
            "stop": 1248369785
        },
        {
            "start": 1248369790,
            "stop": 1248370844
        },
        {
            "start": 1248370849,
            "stop": 1248374116
        },
        {
            "start": 1248374118,
            "stop": 1248375036
        },
        {
            "start": 1248375039,
            "stop": 1248375790
        },
        {
            "start": 1248375791,
            "stop": 1248376154
        },
        {
            "start": 1248376157,
            "stop": 1248376400
        },
        {
            "start": 1248376404,
            "stop": 1248376413
        },
        {
            "start": 1248376418,
            "stop": 1248376433
        },
        {
            "start": 1248376437,
            "stop": 1248376536
        },
        {
            "start": 1248376544,
            "stop": 1248376612
        },
        {
            "start": 1248376616,
            "stop": 1248376689
        },
        {
            "start": 1248376693,
            "stop": 1248376730
        }
    ]
}