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=88
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=89",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=87",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 88,
    "results": [
        {
            "start": 1238985457,
            "stop": 1238985661
        },
        {
            "start": 1238985662,
            "stop": 1238985733
        },
        {
            "start": 1238985734,
            "stop": 1238985998
        },
        {
            "start": 1238985999,
            "stop": 1238986280
        },
        {
            "start": 1238986281,
            "stop": 1238986332
        },
        {
            "start": 1238986333,
            "stop": 1238986362
        },
        {
            "start": 1238986363,
            "stop": 1238986506
        },
        {
            "start": 1238986507,
            "stop": 1238986663
        },
        {
            "start": 1238986664,
            "stop": 1238986665
        },
        {
            "start": 1238986666,
            "stop": 1238986752
        },
        {
            "start": 1238986753,
            "stop": 1238987166
        },
        {
            "start": 1238990514,
            "stop": 1238990624
        },
        {
            "start": 1238990625,
            "stop": 1238990927
        },
        {
            "start": 1238990930,
            "stop": 1238991352
        },
        {
            "start": 1238991355,
            "stop": 1238991621
        },
        {
            "start": 1238991622,
            "stop": 1238991623
        },
        {
            "start": 1238991624,
            "stop": 1238992236
        },
        {
            "start": 1238992238,
            "stop": 1238992240
        },
        {
            "start": 1238992241,
            "stop": 1238992346
        },
        {
            "start": 1238992347,
            "stop": 1238992352
        }
    ]
}