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=394
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=395",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=393",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 394,
    "results": [
        {
            "start": 825912731,
            "stop": 825912817
        },
        {
            "start": 825913759,
            "stop": 825913806
        },
        {
            "start": 825913810,
            "stop": 825913813
        },
        {
            "start": 825942477,
            "stop": 825942478
        },
        {
            "start": 825942494,
            "stop": 825942497
        },
        {
            "start": 825942535,
            "stop": 825942536
        },
        {
            "start": 825942540,
            "stop": 825942541
        },
        {
            "start": 825942549,
            "stop": 825942552
        },
        {
            "start": 825942559,
            "stop": 825942568
        },
        {
            "start": 825942583,
            "stop": 825942586
        },
        {
            "start": 825942589,
            "stop": 825942590
        },
        {
            "start": 825942596,
            "stop": 825942599
        },
        {
            "start": 825942605,
            "stop": 825942607
        },
        {
            "start": 825942613,
            "stop": 825942614
        },
        {
            "start": 825942617,
            "stop": 825942620
        },
        {
            "start": 825942623,
            "stop": 825942626
        },
        {
            "start": 825942629,
            "stop": 825942630
        },
        {
            "start": 825942642,
            "stop": 825942643
        },
        {
            "start": 825942658,
            "stop": 825942660
        },
        {
            "start": 825942665,
            "stop": 825942666
        }
    ]
}