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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=327",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=325",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 326,
    "results": [
        {
            "start": 823075055,
            "stop": 823075057
        },
        {
            "start": 823075061,
            "stop": 823075139
        },
        {
            "start": 823075143,
            "stop": 823075146
        },
        {
            "start": 823075149,
            "stop": 823075184
        },
        {
            "start": 823075365,
            "stop": 823075380
        },
        {
            "start": 823075383,
            "stop": 823075404
        },
        {
            "start": 823075408,
            "stop": 823075461
        },
        {
            "start": 823075465,
            "stop": 823075468
        },
        {
            "start": 823075471,
            "stop": 823075526
        },
        {
            "start": 823075529,
            "stop": 823075794
        },
        {
            "start": 823075797,
            "stop": 823075799
        },
        {
            "start": 823075803,
            "stop": 823075893
        },
        {
            "start": 823075897,
            "stop": 823075899
        },
        {
            "start": 823075903,
            "stop": 823075906
        },
        {
            "start": 823075909,
            "stop": 823075942
        },
        {
            "start": 823075946,
            "stop": 823075965
        },
        {
            "start": 823075970,
            "stop": 823075971
        },
        {
            "start": 823075976,
            "stop": 823075977
        },
        {
            "start": 823075981,
            "stop": 823075985
        },
        {
            "start": 823075989,
            "stop": 823076013
        }
    ]
}