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=40714
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=40715",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40713",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40714,
    "results": [
        {
            "start": 874954268,
            "stop": 874954287
        },
        {
            "start": 874954289,
            "stop": 874954298
        },
        {
            "start": 874954301,
            "stop": 874954306
        },
        {
            "start": 874954308,
            "stop": 874954328
        },
        {
            "start": 874954330,
            "stop": 874954342
        },
        {
            "start": 874954343,
            "stop": 874954352
        },
        {
            "start": 874954353,
            "stop": 874954368
        },
        {
            "start": 874954370,
            "stop": 874954373
        },
        {
            "start": 874954375,
            "stop": 874954376
        },
        {
            "start": 874954377,
            "stop": 874954383
        },
        {
            "start": 874954384,
            "stop": 874954386
        },
        {
            "start": 874954387,
            "stop": 874954416
        },
        {
            "start": 874954419,
            "stop": 874954461
        },
        {
            "start": 874954462,
            "stop": 874954494
        },
        {
            "start": 874954496,
            "stop": 874954517
        },
        {
            "start": 874954519,
            "stop": 874954548
        },
        {
            "start": 874954550,
            "stop": 874954577
        },
        {
            "start": 874954579,
            "stop": 874954594
        },
        {
            "start": 874954595,
            "stop": 874954603
        },
        {
            "start": 874954605,
            "stop": 874954629
        }
    ]
}