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=40745
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=40746",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40744",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40745,
    "results": [
        {
            "start": 874970375,
            "stop": 874970415
        },
        {
            "start": 874970416,
            "stop": 874970419
        },
        {
            "start": 874970420,
            "stop": 874970423
        },
        {
            "start": 874970424,
            "stop": 874970445
        },
        {
            "start": 874970447,
            "stop": 874970476
        },
        {
            "start": 874970477,
            "stop": 874970486
        },
        {
            "start": 874970488,
            "stop": 874970491
        },
        {
            "start": 874970492,
            "stop": 874970496
        },
        {
            "start": 874970498,
            "stop": 874970504
        },
        {
            "start": 874970505,
            "stop": 874970508
        },
        {
            "start": 874970511,
            "stop": 874970516
        },
        {
            "start": 874970518,
            "stop": 874970521
        },
        {
            "start": 874970522,
            "stop": 874970544
        },
        {
            "start": 874970545,
            "stop": 874970548
        },
        {
            "start": 874970549,
            "stop": 874970551
        },
        {
            "start": 874970552,
            "stop": 874970642
        },
        {
            "start": 874970643,
            "stop": 874970692
        },
        {
            "start": 874970693,
            "stop": 874970711
        },
        {
            "start": 874970712,
            "stop": 874970782
        },
        {
            "start": 874970784,
            "stop": 874970793
        }
    ]
}