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/L1_CW_CAT1/segments?format=api&page=118
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=119",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=117",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 118,
    "results": [
        {
            "start": 962304184,
            "stop": 962307132
        },
        {
            "start": 962308779,
            "stop": 962315223
        },
        {
            "start": 962329153,
            "stop": 962333150
        },
        {
            "start": 962334304,
            "stop": 962334986
        },
        {
            "start": 962336243,
            "stop": 962363252
        },
        {
            "start": 962366582,
            "stop": 962381133
        },
        {
            "start": 962381822,
            "stop": 962381946
        },
        {
            "start": 962383163,
            "stop": 962394362
        },
        {
            "start": 962394402,
            "stop": 962394409
        },
        {
            "start": 962394516,
            "stop": 962405586
        },
        {
            "start": 962412928,
            "stop": 962417871
        },
        {
            "start": 962420172,
            "stop": 962421605
        },
        {
            "start": 962421720,
            "stop": 962422544
        },
        {
            "start": 962426029,
            "stop": 962431669
        },
        {
            "start": 962457950,
            "stop": 962459526
        },
        {
            "start": 962484633,
            "stop": 962485383
        },
        {
            "start": 962509470,
            "stop": 962509885
        },
        {
            "start": 962515135,
            "stop": 962535766
        },
        {
            "start": 962537826,
            "stop": 962540149
        },
        {
            "start": 962546096,
            "stop": 962546549
        }
    ]
}