Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=326
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=327",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=325",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 326,
    "results": [
        {
            "start": 856728381,
            "stop": 856728401
        },
        {
            "start": 856728450,
            "stop": 856728455
        },
        {
            "start": 856728459,
            "stop": 856728792
        },
        {
            "start": 856729099,
            "stop": 856729351
        },
        {
            "start": 856729355,
            "stop": 856729361
        },
        {
            "start": 856729383,
            "stop": 856729389
        },
        {
            "start": 856729407,
            "stop": 856729505
        },
        {
            "start": 856729509,
            "stop": 856729520
        },
        {
            "start": 856729524,
            "stop": 856729621
        },
        {
            "start": 856729630,
            "stop": 856729640
        },
        {
            "start": 856729649,
            "stop": 856729654
        },
        {
            "start": 856729667,
            "stop": 856729680
        },
        {
            "start": 856729731,
            "stop": 856729741
        },
        {
            "start": 856729769,
            "stop": 856729807
        },
        {
            "start": 856729816,
            "stop": 856729831
        },
        {
            "start": 856729863,
            "stop": 856729916
        },
        {
            "start": 856729930,
            "stop": 856730096
        },
        {
            "start": 856730109,
            "stop": 856730173
        },
        {
            "start": 856730177,
            "stop": 856730188
        },
        {
            "start": 856730196,
            "stop": 856730202
        }
    ]
}