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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=90",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=88",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 89,
    "results": [
        {
            "start": 824978659,
            "stop": 824979129
        },
        {
            "start": 824979502,
            "stop": 824979596
        },
        {
            "start": 824979706,
            "stop": 824979723
        },
        {
            "start": 824980023,
            "stop": 824983326
        },
        {
            "start": 824983436,
            "stop": 824983496
        },
        {
            "start": 824983796,
            "stop": 824989008
        },
        {
            "start": 824997501,
            "stop": 824998455
        },
        {
            "start": 824999082,
            "stop": 824999444
        },
        {
            "start": 824999744,
            "stop": 824999938
        },
        {
            "start": 825000048,
            "stop": 825000707
        },
        {
            "start": 825001120,
            "stop": 825002584
        },
        {
            "start": 825002694,
            "stop": 825002835
        },
        {
            "start": 825003135,
            "stop": 825004026
        },
        {
            "start": 825004600,
            "stop": 825014598
        },
        {
            "start": 825014898,
            "stop": 825015808
        },
        {
            "start": 825016108,
            "stop": 825019456
        },
        {
            "start": 825019756,
            "stop": 825019913
        },
        {
            "start": 825020023,
            "stop": 825020196
        },
        {
            "start": 825020496,
            "stop": 825020525
        },
        {
            "start": 825020825,
            "stop": 825020975
        }
    ]
}