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/S5/timelines/H1_CW_CAT1/segments?format=api&page=397
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=398",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=396",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 397,
    "results": [
        {
            "start": 863475233,
            "stop": 863476540
        },
        {
            "start": 863477797,
            "stop": 863484763
        },
        {
            "start": 863485061,
            "stop": 863528912
        },
        {
            "start": 863529029,
            "stop": 863532164
        },
        {
            "start": 863533168,
            "stop": 863534862
        },
        {
            "start": 863536030,
            "stop": 863539889
        },
        {
            "start": 863540079,
            "stop": 863543477
        },
        {
            "start": 863543823,
            "stop": 863547530
        },
        {
            "start": 863561792,
            "stop": 863564661
        },
        {
            "start": 863591372,
            "stop": 863629459
        },
        {
            "start": 863629463,
            "stop": 863636508
        },
        {
            "start": 863636729,
            "stop": 863637327
        },
        {
            "start": 863639399,
            "stop": 863641125
        },
        {
            "start": 863641128,
            "stop": 863641163
        },
        {
            "start": 863641167,
            "stop": 863641833
        },
        {
            "start": 863641842,
            "stop": 863642379
        },
        {
            "start": 863642383,
            "stop": 863642719
        },
        {
            "start": 863642723,
            "stop": 863643188
        },
        {
            "start": 863643192,
            "stop": 863643393
        },
        {
            "start": 863656674,
            "stop": 863669746
        }
    ]
}