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=6564
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=6565",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6563",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6564,
    "results": [
        {
            "start": 874474880,
            "stop": 874475253
        },
        {
            "start": 874475255,
            "stop": 874475883
        },
        {
            "start": 874475885,
            "stop": 874476021
        },
        {
            "start": 874476022,
            "stop": 874476419
        },
        {
            "start": 874476420,
            "stop": 874476815
        },
        {
            "start": 874476816,
            "stop": 874476872
        },
        {
            "start": 874476873,
            "stop": 874476941
        },
        {
            "start": 874476942,
            "stop": 874477025
        },
        {
            "start": 874477026,
            "stop": 874477109
        },
        {
            "start": 874477111,
            "stop": 874477117
        },
        {
            "start": 874477118,
            "stop": 874478098
        },
        {
            "start": 874478099,
            "stop": 874478157
        },
        {
            "start": 874478159,
            "stop": 874478193
        },
        {
            "start": 874478194,
            "stop": 874478416
        },
        {
            "start": 874478417,
            "stop": 874478572
        },
        {
            "start": 874478574,
            "stop": 874478624
        },
        {
            "start": 874478626,
            "stop": 874478767
        },
        {
            "start": 874480016,
            "stop": 874480139
        },
        {
            "start": 874480140,
            "stop": 874480581
        },
        {
            "start": 874480583,
            "stop": 874481446
        }
    ]
}