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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=70",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=68",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 69,
    "results": [
        {
            "start": 835955956,
            "stop": 836039541
        },
        {
            "start": 836042727,
            "stop": 836067445
        },
        {
            "start": 836074823,
            "stop": 836080693
        },
        {
            "start": 836081764,
            "stop": 836108893
        },
        {
            "start": 836111110,
            "stop": 836111119
        },
        {
            "start": 836111134,
            "stop": 836118825
        },
        {
            "start": 836119868,
            "stop": 836127425
        },
        {
            "start": 836130845,
            "stop": 836158056
        },
        {
            "start": 836160142,
            "stop": 836188667
        },
        {
            "start": 836189850,
            "stop": 836247777
        },
        {
            "start": 836248672,
            "stop": 836261536
        },
        {
            "start": 836262622,
            "stop": 836293109
        },
        {
            "start": 836294525,
            "stop": 836331650
        },
        {
            "start": 836332454,
            "stop": 836335216
        },
        {
            "start": 836336154,
            "stop": 836352744
        },
        {
            "start": 836353833,
            "stop": 836375227
        },
        {
            "start": 836376446,
            "stop": 836412539
        },
        {
            "start": 836413952,
            "stop": 836426862
        },
        {
            "start": 836432248,
            "stop": 836454244
        },
        {
            "start": 836454961,
            "stop": 836459687
        }
    ]
}