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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=268",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=266",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 267,
    "results": [
        {
            "start": 821047605,
            "stop": 821047616
        },
        {
            "start": 821047624,
            "stop": 821047653
        },
        {
            "start": 821047657,
            "stop": 821047662
        },
        {
            "start": 821047667,
            "stop": 821047682
        },
        {
            "start": 821047687,
            "stop": 821047692
        },
        {
            "start": 821048186,
            "stop": 821048215
        },
        {
            "start": 821048219,
            "stop": 821048227
        },
        {
            "start": 821048231,
            "stop": 821048239
        },
        {
            "start": 821048243,
            "stop": 821048262
        },
        {
            "start": 821048265,
            "stop": 821048283
        },
        {
            "start": 821048287,
            "stop": 821048293
        },
        {
            "start": 821048311,
            "stop": 821048317
        },
        {
            "start": 821048321,
            "stop": 821048337
        },
        {
            "start": 821048340,
            "stop": 821048526
        },
        {
            "start": 821048529,
            "stop": 821048542
        },
        {
            "start": 821048547,
            "stop": 821048580
        },
        {
            "start": 821048583,
            "stop": 821048598
        },
        {
            "start": 821048601,
            "stop": 821048617
        },
        {
            "start": 821048620,
            "stop": 821048629
        },
        {
            "start": 821048633,
            "stop": 821048645
        }
    ]
}