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=99
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=100",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=98",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 99,
    "results": [
        {
            "start": 950900662,
            "stop": 950901345
        },
        {
            "start": 950902940,
            "stop": 950910275
        },
        {
            "start": 950912626,
            "stop": 950966735
        },
        {
            "start": 950973645,
            "stop": 950974833
        },
        {
            "start": 950999740,
            "stop": 950999987
        },
        {
            "start": 951000243,
            "stop": 951001613
        },
        {
            "start": 951003618,
            "stop": 951005060
        },
        {
            "start": 951007617,
            "stop": 951017310
        },
        {
            "start": 951025168,
            "stop": 951026393
        },
        {
            "start": 951028836,
            "stop": 951048731
        },
        {
            "start": 951053214,
            "stop": 951080146
        },
        {
            "start": 951084966,
            "stop": 951087095
        },
        {
            "start": 951090751,
            "stop": 951093315
        },
        {
            "start": 951095742,
            "stop": 951103318
        },
        {
            "start": 951110708,
            "stop": 951116499
        },
        {
            "start": 951118760,
            "stop": 951125312
        },
        {
            "start": 951128294,
            "stop": 951141872
        },
        {
            "start": 951148034,
            "stop": 951152140
        },
        {
            "start": 951157872,
            "stop": 951164309
        },
        {
            "start": 951166521,
            "stop": 951167597
        }
    ]
}