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=840
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=841",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=839",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 840,
    "results": [
        {
            "start": 1250392443,
            "stop": 1250392467
        },
        {
            "start": 1250392472,
            "stop": 1250392557
        },
        {
            "start": 1250392558,
            "stop": 1250392560
        },
        {
            "start": 1250392564,
            "stop": 1250393270
        },
        {
            "start": 1250393275,
            "stop": 1250395385
        },
        {
            "start": 1250395388,
            "stop": 1250395508
        },
        {
            "start": 1250395512,
            "stop": 1250395532
        },
        {
            "start": 1250395537,
            "stop": 1250395560
        },
        {
            "start": 1250395564,
            "stop": 1250395997
        },
        {
            "start": 1250397384,
            "stop": 1250399985
        },
        {
            "start": 1250399993,
            "stop": 1250400565
        },
        {
            "start": 1250400569,
            "stop": 1250401705
        },
        {
            "start": 1250401709,
            "stop": 1250403600
        },
        {
            "start": 1250403604,
            "stop": 1250405142
        },
        {
            "start": 1250405146,
            "stop": 1250407328
        },
        {
            "start": 1250407336,
            "stop": 1250408266
        },
        {
            "start": 1250408270,
            "stop": 1250408635
        },
        {
            "start": 1250408638,
            "stop": 1250409454
        },
        {
            "start": 1250409461,
            "stop": 1250411153
        },
        {
            "start": 1250411156,
            "stop": 1250411186
        }
    ]
}