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=40703
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=40704",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40702",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40703,
    "results": [
        {
            "start": 874942197,
            "stop": 874942262
        },
        {
            "start": 874942264,
            "stop": 874942297
        },
        {
            "start": 874942298,
            "stop": 874942340
        },
        {
            "start": 874942341,
            "stop": 874942378
        },
        {
            "start": 874942380,
            "stop": 874942381
        },
        {
            "start": 874942382,
            "stop": 874942389
        },
        {
            "start": 874942391,
            "stop": 874942403
        },
        {
            "start": 874942404,
            "stop": 874942428
        },
        {
            "start": 874942429,
            "stop": 874942448
        },
        {
            "start": 874942449,
            "stop": 874942469
        },
        {
            "start": 874942470,
            "stop": 874942488
        },
        {
            "start": 874942490,
            "stop": 874942492
        },
        {
            "start": 874942493,
            "stop": 874942501
        },
        {
            "start": 874942503,
            "stop": 874942547
        },
        {
            "start": 874942549,
            "stop": 874942575
        },
        {
            "start": 874942577,
            "stop": 874942618
        },
        {
            "start": 874942619,
            "stop": 874942664
        },
        {
            "start": 874942665,
            "stop": 874942677
        },
        {
            "start": 874942678,
            "stop": 874942697
        },
        {
            "start": 874942699,
            "stop": 874942701
        }
    ]
}