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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=99",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=97",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 98,
    "results": [
        {
            "start": 848751890,
            "stop": 848755598
        },
        {
            "start": 848757717,
            "stop": 848764850
        },
        {
            "start": 848782331,
            "stop": 848785904
        },
        {
            "start": 848786786,
            "stop": 848789440
        },
        {
            "start": 848789953,
            "stop": 848798727
        },
        {
            "start": 848798880,
            "stop": 848816519
        },
        {
            "start": 848818003,
            "stop": 848842333
        },
        {
            "start": 848844157,
            "stop": 848846396
        },
        {
            "start": 848847365,
            "stop": 848850552
        },
        {
            "start": 848851323,
            "stop": 848853401
        },
        {
            "start": 848853917,
            "stop": 848855649
        },
        {
            "start": 848856159,
            "stop": 848865363
        },
        {
            "start": 848869241,
            "stop": 848876460
        },
        {
            "start": 848877822,
            "stop": 848896831
        },
        {
            "start": 848898210,
            "stop": 848918538
        },
        {
            "start": 848919778,
            "stop": 848922365
        },
        {
            "start": 848923274,
            "stop": 848942079
        },
        {
            "start": 848942856,
            "stop": 848944322
        },
        {
            "start": 848945593,
            "stop": 848969596
        },
        {
            "start": 848970201,
            "stop": 848970214
        }
    ]
}