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=6502
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=6503",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6501",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6502,
    "results": [
        {
            "start": 874201974,
            "stop": 874202498
        },
        {
            "start": 874202499,
            "stop": 874202671
        },
        {
            "start": 874202672,
            "stop": 874202700
        },
        {
            "start": 874202701,
            "stop": 874202746
        },
        {
            "start": 874202747,
            "stop": 874202885
        },
        {
            "start": 874202886,
            "stop": 874202904
        },
        {
            "start": 874202905,
            "stop": 874202950
        },
        {
            "start": 874202951,
            "stop": 874203041
        },
        {
            "start": 874203047,
            "stop": 874203195
        },
        {
            "start": 874203197,
            "stop": 874203210
        },
        {
            "start": 874203213,
            "stop": 874203275
        },
        {
            "start": 874203278,
            "stop": 874203442
        },
        {
            "start": 874203443,
            "stop": 874203492
        },
        {
            "start": 874203493,
            "stop": 874203855
        },
        {
            "start": 874203856,
            "stop": 874204196
        },
        {
            "start": 874204197,
            "stop": 874204259
        },
        {
            "start": 874204261,
            "stop": 874204317
        },
        {
            "start": 874204318,
            "stop": 874204338
        },
        {
            "start": 874204339,
            "stop": 874204345
        },
        {
            "start": 874204346,
            "stop": 874204354
        }
    ]
}