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=170
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=171",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=169",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 170,
    "results": [
        {
            "start": 1239687742,
            "stop": 1239687752
        },
        {
            "start": 1239687756,
            "stop": 1239687785
        },
        {
            "start": 1239687789,
            "stop": 1239687819
        },
        {
            "start": 1239687823,
            "stop": 1239688060
        },
        {
            "start": 1239688065,
            "stop": 1239688080
        },
        {
            "start": 1239688085,
            "stop": 1239688185
        },
        {
            "start": 1239688187,
            "stop": 1239688641
        },
        {
            "start": 1239688646,
            "stop": 1239688730
        },
        {
            "start": 1239688734,
            "stop": 1239689328
        },
        {
            "start": 1239689333,
            "stop": 1239689389
        },
        {
            "start": 1239689393,
            "stop": 1239689462
        },
        {
            "start": 1239689466,
            "stop": 1239689842
        },
        {
            "start": 1239689847,
            "stop": 1239689896
        },
        {
            "start": 1239689900,
            "stop": 1239689955
        },
        {
            "start": 1239689959,
            "stop": 1239690357
        },
        {
            "start": 1239690360,
            "stop": 1239690457
        },
        {
            "start": 1239690462,
            "stop": 1239690544
        },
        {
            "start": 1239690549,
            "stop": 1239690591
        },
        {
            "start": 1239690995,
            "stop": 1239691155
        },
        {
            "start": 1239691159,
            "stop": 1239691281
        }
    ]
}