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=199
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=200",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=198",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 199,
    "results": [
        {
            "start": 1239874873,
            "stop": 1239874979
        },
        {
            "start": 1239874982,
            "stop": 1239874991
        },
        {
            "start": 1239874993,
            "stop": 1239875111
        },
        {
            "start": 1239875113,
            "stop": 1239875231
        },
        {
            "start": 1239875233,
            "stop": 1239875351
        },
        {
            "start": 1239875353,
            "stop": 1239875471
        },
        {
            "start": 1239875473,
            "stop": 1239875591
        },
        {
            "start": 1239875593,
            "stop": 1239875711
        },
        {
            "start": 1239875713,
            "stop": 1239875831
        },
        {
            "start": 1239875833,
            "stop": 1239875951
        },
        {
            "start": 1239875953,
            "stop": 1239876021
        },
        {
            "start": 1239876025,
            "stop": 1239876071
        },
        {
            "start": 1239876073,
            "stop": 1239876191
        },
        {
            "start": 1239876193,
            "stop": 1239876311
        },
        {
            "start": 1239876313,
            "stop": 1239876431
        },
        {
            "start": 1239876433,
            "stop": 1239876551
        },
        {
            "start": 1239876553,
            "stop": 1239876671
        },
        {
            "start": 1239876673,
            "stop": 1239876791
        },
        {
            "start": 1239876793,
            "stop": 1239876911
        },
        {
            "start": 1239876913,
            "stop": 1239876997
        }
    ]
}