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=32
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=33",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=31",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 32,
    "results": [
        {
            "start": 938044682,
            "stop": 938046463
        },
        {
            "start": 938050369,
            "stop": 938051754
        },
        {
            "start": 938061400,
            "stop": 938064613
        },
        {
            "start": 938068286,
            "stop": 938096161
        },
        {
            "start": 938115802,
            "stop": 938124685
        },
        {
            "start": 938168989,
            "stop": 938185709
        },
        {
            "start": 938225855,
            "stop": 938226033
        },
        {
            "start": 938231454,
            "stop": 938237833
        },
        {
            "start": 938238057,
            "stop": 938242135
        },
        {
            "start": 938242139,
            "stop": 938242197
        },
        {
            "start": 938242199,
            "stop": 938252692
        },
        {
            "start": 938254947,
            "stop": 938259067
        },
        {
            "start": 938267235,
            "stop": 938273143
        },
        {
            "start": 938320179,
            "stop": 938325343
        },
        {
            "start": 938335283,
            "stop": 938335294
        },
        {
            "start": 938337457,
            "stop": 938337471
        },
        {
            "start": 938353157,
            "stop": 938363755
        },
        {
            "start": 938365976,
            "stop": 938373180
        },
        {
            "start": 938416945,
            "stop": 938421758
        },
        {
            "start": 938425329,
            "stop": 938426561
        }
    ]
}