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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=292",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=290",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 291,
    "results": [
        {
            "start": 863718683,
            "stop": 863719501
        },
        {
            "start": 863719611,
            "stop": 863720311
        },
        {
            "start": 863720851,
            "stop": 863721259
        },
        {
            "start": 863721369,
            "stop": 863721700
        },
        {
            "start": 863722000,
            "stop": 863734028
        },
        {
            "start": 863734512,
            "stop": 863734973
        },
        {
            "start": 863735273,
            "stop": 863743559
        },
        {
            "start": 863743927,
            "stop": 863760367
        },
        {
            "start": 863760822,
            "stop": 863770507
        },
        {
            "start": 863772906,
            "stop": 863805585
        },
        {
            "start": 863805695,
            "stop": 863806323
        },
        {
            "start": 863806623,
            "stop": 863810241
        },
        {
            "start": 863810541,
            "stop": 863830456
        },
        {
            "start": 863830756,
            "stop": 863831067
        },
        {
            "start": 863831177,
            "stop": 863831481
        },
        {
            "start": 863845685,
            "stop": 863848081
        },
        {
            "start": 863848598,
            "stop": 863879428
        },
        {
            "start": 863880414,
            "stop": 863881244
        },
        {
            "start": 863899234,
            "stop": 863905821
        },
        {
            "start": 863905823,
            "stop": 863931136
        }
    ]
}