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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=95",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=93",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 94,
    "results": [
        {
            "start": 1239044304,
            "stop": 1239044583
        },
        {
            "start": 1239059786,
            "stop": 1239060790
        },
        {
            "start": 1239060791,
            "stop": 1239060886
        },
        {
            "start": 1239060889,
            "stop": 1239061986
        },
        {
            "start": 1239061994,
            "stop": 1239062158
        },
        {
            "start": 1239062166,
            "stop": 1239062702
        },
        {
            "start": 1239062705,
            "stop": 1239064180
        },
        {
            "start": 1239064183,
            "stop": 1239064411
        },
        {
            "start": 1239064414,
            "stop": 1239064908
        },
        {
            "start": 1239064911,
            "stop": 1239066772
        },
        {
            "start": 1239066775,
            "stop": 1239068189
        },
        {
            "start": 1239068192,
            "stop": 1239069972
        },
        {
            "start": 1239069975,
            "stop": 1239071142
        },
        {
            "start": 1239071145,
            "stop": 1239073355
        },
        {
            "start": 1239073358,
            "stop": 1239073582
        },
        {
            "start": 1239073585,
            "stop": 1239075077
        },
        {
            "start": 1239075080,
            "stop": 1239076573
        },
        {
            "start": 1239076576,
            "stop": 1239079358
        },
        {
            "start": 1239079361,
            "stop": 1239079981
        },
        {
            "start": 1239079982,
            "stop": 1239080938
        }
    ]
}