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_CW_CAT1/segments?format=api&page=53
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=54",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=52",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 53,
    "results": [
        {
            "start": 821045993,
            "stop": 821046045
        },
        {
            "start": 821046059,
            "stop": 821046065
        },
        {
            "start": 821046073,
            "stop": 821046079
        },
        {
            "start": 821046093,
            "stop": 821046098
        },
        {
            "start": 821046127,
            "stop": 821046199
        },
        {
            "start": 821046236,
            "stop": 821046242
        },
        {
            "start": 821046256,
            "stop": 821046388
        },
        {
            "start": 821046407,
            "stop": 821046413
        },
        {
            "start": 821046416,
            "stop": 821046694
        },
        {
            "start": 821046698,
            "stop": 821046704
        },
        {
            "start": 821046708,
            "stop": 821046727
        },
        {
            "start": 821046731,
            "stop": 821047302
        },
        {
            "start": 821047321,
            "stop": 821047336
        },
        {
            "start": 821047340,
            "stop": 821047445
        },
        {
            "start": 821047450,
            "stop": 821047455
        },
        {
            "start": 821047460,
            "stop": 821047505
        },
        {
            "start": 821047509,
            "stop": 821047586
        },
        {
            "start": 821047591,
            "stop": 821047601
        },
        {
            "start": 821047605,
            "stop": 821047616
        },
        {
            "start": 821047624,
            "stop": 821047653
        }
    ]
}