Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=228
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=229",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=227",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 228,
    "results": [
        {
            "start": 861138205,
            "stop": 861138633
        },
        {
            "start": 861139513,
            "stop": 861140632
        },
        {
            "start": 861142452,
            "stop": 861142606
        },
        {
            "start": 861143222,
            "stop": 861144820
        },
        {
            "start": 861148207,
            "stop": 861148677
        },
        {
            "start": 861149100,
            "stop": 861158214
        },
        {
            "start": 861158854,
            "stop": 861159581
        },
        {
            "start": 861160205,
            "stop": 861162407
        },
        {
            "start": 861163050,
            "stop": 861164885
        },
        {
            "start": 861165495,
            "stop": 861173201
        },
        {
            "start": 861173849,
            "stop": 861175500
        },
        {
            "start": 861177633,
            "stop": 861214926
        },
        {
            "start": 861217824,
            "stop": 861221357
        },
        {
            "start": 861222537,
            "stop": 861233095
        },
        {
            "start": 861235529,
            "stop": 861278772
        },
        {
            "start": 861284723,
            "stop": 861306844
        },
        {
            "start": 861311787,
            "stop": 861315696
        },
        {
            "start": 861317317,
            "stop": 861320079
        },
        {
            "start": 861320719,
            "stop": 861330171
        },
        {
            "start": 861330814,
            "stop": 861356829
        }
    ]
}