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/S6/timelines/H1_CW_CAT1/segments?format=api&page=161
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=162",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=160",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 161,
    "results": [
        {
            "start": 954352855,
            "stop": 954352865
        },
        {
            "start": 954352873,
            "stop": 954352960
        },
        {
            "start": 954352962,
            "stop": 954352985
        },
        {
            "start": 954352991,
            "stop": 954353183
        },
        {
            "start": 954353187,
            "stop": 954353204
        },
        {
            "start": 954353207,
            "stop": 954353229
        },
        {
            "start": 954353234,
            "stop": 954353243
        },
        {
            "start": 954353248,
            "stop": 954353254
        },
        {
            "start": 954353258,
            "stop": 954353345
        },
        {
            "start": 954353350,
            "stop": 954353352
        },
        {
            "start": 954353354,
            "stop": 954353377
        },
        {
            "start": 954353380,
            "stop": 954353432
        },
        {
            "start": 954353438,
            "stop": 954353465
        },
        {
            "start": 954353469,
            "stop": 954353505
        },
        {
            "start": 954353508,
            "stop": 954353644
        },
        {
            "start": 954353648,
            "stop": 954353720
        },
        {
            "start": 954353737,
            "stop": 954353740
        },
        {
            "start": 954353744,
            "stop": 954353745
        },
        {
            "start": 954353748,
            "stop": 954353773
        },
        {
            "start": 954353791,
            "stop": 954353802
        }
    ]
}