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=104
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=105",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=103",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 104,
    "results": [
        {
            "start": 952383838,
            "stop": 952389513
        },
        {
            "start": 952390541,
            "stop": 952405324
        },
        {
            "start": 952405948,
            "stop": 952420680
        },
        {
            "start": 952430714,
            "stop": 952444033
        },
        {
            "start": 952444053,
            "stop": 952448490
        },
        {
            "start": 952450101,
            "stop": 952451676
        },
        {
            "start": 952456053,
            "stop": 952456250
        },
        {
            "start": 952456253,
            "stop": 952456323
        },
        {
            "start": 952456326,
            "stop": 952456327
        },
        {
            "start": 952456330,
            "stop": 952456459
        },
        {
            "start": 952456465,
            "stop": 952456489
        },
        {
            "start": 952456492,
            "stop": 952456493
        },
        {
            "start": 952456497,
            "stop": 952456507
        },
        {
            "start": 952456511,
            "stop": 952456514
        },
        {
            "start": 952456517,
            "stop": 952456525
        },
        {
            "start": 952456528,
            "stop": 952456584
        },
        {
            "start": 952456591,
            "stop": 952456602
        },
        {
            "start": 952456604,
            "stop": 952456619
        },
        {
            "start": 952456625,
            "stop": 952456637
        },
        {
            "start": 952456650,
            "stop": 952456656
        }
    ]
}