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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=178",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=176",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 177,
    "results": [
        {
            "start": 836038869,
            "stop": 836039052
        },
        {
            "start": 836039056,
            "stop": 836039072
        },
        {
            "start": 836039095,
            "stop": 836039203
        },
        {
            "start": 836039217,
            "stop": 836039359
        },
        {
            "start": 836039362,
            "stop": 836039368
        },
        {
            "start": 836039372,
            "stop": 836039428
        },
        {
            "start": 836039447,
            "stop": 836039468
        },
        {
            "start": 836039471,
            "stop": 836039511
        },
        {
            "start": 836042727,
            "stop": 836067445
        },
        {
            "start": 836074823,
            "stop": 836080663
        },
        {
            "start": 836081764,
            "stop": 836108863
        },
        {
            "start": 836111110,
            "stop": 836111119
        },
        {
            "start": 836111134,
            "stop": 836118793
        },
        {
            "start": 836119868,
            "stop": 836127425
        },
        {
            "start": 836130845,
            "stop": 836158056
        },
        {
            "start": 836160142,
            "stop": 836188633
        },
        {
            "start": 836189850,
            "stop": 836247733
        },
        {
            "start": 836248672,
            "stop": 836261506
        },
        {
            "start": 836262622,
            "stop": 836266869
        },
        {
            "start": 836266873,
            "stop": 836293079
        }
    ]
}