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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46704",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46702",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46703,
    "results": [
        {
            "start": 875052946,
            "stop": 875052952
        },
        {
            "start": 875052953,
            "stop": 875052965
        },
        {
            "start": 875052967,
            "stop": 875052979
        },
        {
            "start": 875052981,
            "stop": 875052986
        },
        {
            "start": 875052987,
            "stop": 875053006
        },
        {
            "start": 875053007,
            "stop": 875053023
        },
        {
            "start": 875053024,
            "stop": 875053064
        },
        {
            "start": 875053066,
            "stop": 875053074
        },
        {
            "start": 875053075,
            "stop": 875053107
        },
        {
            "start": 875053108,
            "stop": 875053114
        },
        {
            "start": 875053115,
            "stop": 875053150
        },
        {
            "start": 875053151,
            "stop": 875053155
        },
        {
            "start": 875053158,
            "stop": 875053176
        },
        {
            "start": 875053177,
            "stop": 875053193
        },
        {
            "start": 875053194,
            "stop": 875053201
        },
        {
            "start": 875053202,
            "stop": 875053211
        },
        {
            "start": 875053212,
            "stop": 875053216
        },
        {
            "start": 875053217,
            "stop": 875053234
        },
        {
            "start": 875053235,
            "stop": 875053238
        },
        {
            "start": 875053239,
            "stop": 875053277
        }
    ]
}