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=175
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=176",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=174",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 175,
    "results": [
        {
            "start": 820482015,
            "stop": 820482325
        },
        {
            "start": 820482328,
            "stop": 820482332
        },
        {
            "start": 820482335,
            "stop": 820482424
        },
        {
            "start": 820482427,
            "stop": 820482781
        },
        {
            "start": 820482786,
            "stop": 820482893
        },
        {
            "start": 820482897,
            "stop": 820483011
        },
        {
            "start": 820483014,
            "stop": 820483018
        },
        {
            "start": 820483021,
            "stop": 820483086
        },
        {
            "start": 820483089,
            "stop": 820483184
        },
        {
            "start": 820483188,
            "stop": 820483191
        },
        {
            "start": 820483194,
            "stop": 820483304
        },
        {
            "start": 820483307,
            "stop": 820483467
        },
        {
            "start": 820483470,
            "stop": 820483659
        },
        {
            "start": 820483663,
            "stop": 820484001
        },
        {
            "start": 820484004,
            "stop": 820484174
        },
        {
            "start": 820484177,
            "stop": 820484179
        },
        {
            "start": 820484182,
            "stop": 820484204
        },
        {
            "start": 820484207,
            "stop": 820484279
        },
        {
            "start": 820484282,
            "stop": 820484515
        },
        {
            "start": 820484519,
            "stop": 820484521
        }
    ]
}