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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4618",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4616",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4617,
    "results": [
        {
            "start": 969284338,
            "stop": 969284391
        },
        {
            "start": 969284394,
            "stop": 969284438
        },
        {
            "start": 969284738,
            "stop": 969284960
        },
        {
            "start": 969284963,
            "stop": 969284978
        },
        {
            "start": 969285038,
            "stop": 969285098
        },
        {
            "start": 969285158,
            "stop": 969285261
        },
        {
            "start": 969285278,
            "stop": 969285448
        },
        {
            "start": 969285451,
            "stop": 969285489
        },
        {
            "start": 969285492,
            "stop": 969285518
        },
        {
            "start": 969286178,
            "stop": 969286238
        },
        {
            "start": 969286298,
            "stop": 969286301
        },
        {
            "start": 969286304,
            "stop": 969286330
        },
        {
            "start": 969286333,
            "stop": 969286466
        },
        {
            "start": 969286469,
            "stop": 969286478
        },
        {
            "start": 969286538,
            "stop": 969286690
        },
        {
            "start": 969286693,
            "stop": 969286700
        },
        {
            "start": 969286703,
            "stop": 969286722
        },
        {
            "start": 969286725,
            "stop": 969286778
        },
        {
            "start": 969286838,
            "stop": 969286844
        },
        {
            "start": 969286847,
            "stop": 969286898
        }
    ]
}