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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=301",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=299",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 300,
    "results": [
        {
            "start": 931725267,
            "stop": 931725268
        },
        {
            "start": 931725290,
            "stop": 931725291
        },
        {
            "start": 931725292,
            "stop": 931725293
        },
        {
            "start": 931725295,
            "stop": 931725296
        },
        {
            "start": 931725315,
            "stop": 931725321
        },
        {
            "start": 931725323,
            "stop": 931725327
        },
        {
            "start": 931725328,
            "stop": 931725333
        },
        {
            "start": 931725351,
            "stop": 931725352
        },
        {
            "start": 931725368,
            "stop": 931725369
        },
        {
            "start": 931725435,
            "stop": 931725436
        },
        {
            "start": 931725440,
            "stop": 931725441
        },
        {
            "start": 931725453,
            "stop": 931725459
        },
        {
            "start": 931725463,
            "stop": 931725467
        },
        {
            "start": 931725469,
            "stop": 931725471
        },
        {
            "start": 931725473,
            "stop": 931725482
        },
        {
            "start": 931725484,
            "stop": 931725492
        },
        {
            "start": 931725497,
            "stop": 931725498
        },
        {
            "start": 931725506,
            "stop": 931725507
        },
        {
            "start": 931725509,
            "stop": 931725510
        },
        {
            "start": 931725520,
            "stop": 931725521
        }
    ]
}