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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6350",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6348",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6349,
    "results": [
        {
            "start": 873434174,
            "stop": 873434182
        },
        {
            "start": 873434183,
            "stop": 873434248
        },
        {
            "start": 873434250,
            "stop": 873434371
        },
        {
            "start": 873434372,
            "stop": 873434517
        },
        {
            "start": 873434518,
            "stop": 873435137
        },
        {
            "start": 873435139,
            "stop": 873435734
        },
        {
            "start": 873435735,
            "stop": 873435746
        },
        {
            "start": 873435750,
            "stop": 873435772
        },
        {
            "start": 873435773,
            "stop": 873435899
        },
        {
            "start": 873435901,
            "stop": 873435938
        },
        {
            "start": 873435939,
            "stop": 873436060
        },
        {
            "start": 873436061,
            "stop": 873436069
        },
        {
            "start": 873436073,
            "stop": 873436087
        },
        {
            "start": 873436088,
            "stop": 873436095
        },
        {
            "start": 873436099,
            "stop": 873436107
        },
        {
            "start": 873436110,
            "stop": 873436130
        },
        {
            "start": 873436131,
            "stop": 873436140
        },
        {
            "start": 873436143,
            "stop": 873436155
        },
        {
            "start": 873436156,
            "stop": 873436165
        },
        {
            "start": 873436166,
            "stop": 873436174
        }
    ]
}