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=6321
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=6322",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6320",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6321,
    "results": [
        {
            "start": 873254381,
            "stop": 873254526
        },
        {
            "start": 873254528,
            "stop": 873254882
        },
        {
            "start": 873254883,
            "stop": 873255058
        },
        {
            "start": 873255059,
            "stop": 873255203
        },
        {
            "start": 873255204,
            "stop": 873255451
        },
        {
            "start": 873255452,
            "stop": 873255565
        },
        {
            "start": 873255566,
            "stop": 873255847
        },
        {
            "start": 873255848,
            "stop": 873255928
        },
        {
            "start": 873255929,
            "stop": 873256112
        },
        {
            "start": 873256113,
            "stop": 873256300
        },
        {
            "start": 873256301,
            "stop": 873256971
        },
        {
            "start": 873256972,
            "stop": 873257003
        },
        {
            "start": 873257004,
            "stop": 873257072
        },
        {
            "start": 873257073,
            "stop": 873257457
        },
        {
            "start": 873257458,
            "stop": 873257726
        },
        {
            "start": 873257727,
            "stop": 873257921
        },
        {
            "start": 873258866,
            "stop": 873258908
        },
        {
            "start": 873258909,
            "stop": 873259554
        },
        {
            "start": 873259555,
            "stop": 873259608
        },
        {
            "start": 873259609,
            "stop": 873260261
        }
    ]
}