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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=106",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=104",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 105,
    "results": [
        {
            "start": 952456659,
            "stop": 952456660
        },
        {
            "start": 952456664,
            "stop": 952456772
        },
        {
            "start": 952456780,
            "stop": 952456784
        },
        {
            "start": 952456787,
            "stop": 952456791
        },
        {
            "start": 952456793,
            "stop": 952456799
        },
        {
            "start": 952456803,
            "stop": 952456806
        },
        {
            "start": 952456812,
            "stop": 952456817
        },
        {
            "start": 952456823,
            "stop": 952456827
        },
        {
            "start": 952456831,
            "stop": 952456836
        },
        {
            "start": 952456844,
            "stop": 952456857
        },
        {
            "start": 952456860,
            "stop": 952456907
        },
        {
            "start": 952456912,
            "stop": 952457156
        },
        {
            "start": 952457158,
            "stop": 952457160
        },
        {
            "start": 952457163,
            "stop": 952457184
        },
        {
            "start": 952457191,
            "stop": 952457194
        },
        {
            "start": 952457200,
            "stop": 952457458
        },
        {
            "start": 952457462,
            "stop": 952457468
        },
        {
            "start": 952457471,
            "stop": 952457477
        },
        {
            "start": 952457484,
            "stop": 952457530
        },
        {
            "start": 952457532,
            "stop": 952457546
        }
    ]
}