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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=209",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=207",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 208,
    "results": [
        {
            "start": 931499019,
            "stop": 931499034
        },
        {
            "start": 931499037,
            "stop": 931499050
        },
        {
            "start": 931499053,
            "stop": 931499057
        },
        {
            "start": 931499060,
            "stop": 931499067
        },
        {
            "start": 931499070,
            "stop": 931499074
        },
        {
            "start": 931499077,
            "stop": 931499079
        },
        {
            "start": 931499083,
            "stop": 931499088
        },
        {
            "start": 931499091,
            "stop": 931499103
        },
        {
            "start": 931499106,
            "stop": 931499108
        },
        {
            "start": 931499111,
            "stop": 931499114
        },
        {
            "start": 931499117,
            "stop": 931499125
        },
        {
            "start": 931499129,
            "stop": 931499135
        },
        {
            "start": 931499138,
            "stop": 931499149
        },
        {
            "start": 931499152,
            "stop": 931499155
        },
        {
            "start": 931499158,
            "stop": 931499164
        },
        {
            "start": 931499167,
            "stop": 931499170
        },
        {
            "start": 931499173,
            "stop": 931499177
        },
        {
            "start": 931499187,
            "stop": 931499214
        },
        {
            "start": 931499217,
            "stop": 931499220
        },
        {
            "start": 931499223,
            "stop": 931499225
        }
    ]
}