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=160
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=161",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=159",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 160,
    "results": [
        {
            "start": 954352327,
            "stop": 954352328
        },
        {
            "start": 954352338,
            "stop": 954352339
        },
        {
            "start": 954352345,
            "stop": 954352374
        },
        {
            "start": 954352394,
            "stop": 954352435
        },
        {
            "start": 954352443,
            "stop": 954352456
        },
        {
            "start": 954352459,
            "stop": 954352465
        },
        {
            "start": 954352475,
            "stop": 954352476
        },
        {
            "start": 954352490,
            "stop": 954352495
        },
        {
            "start": 954352527,
            "stop": 954352542
        },
        {
            "start": 954352548,
            "stop": 954352611
        },
        {
            "start": 954352614,
            "stop": 954352668
        },
        {
            "start": 954352678,
            "stop": 954352679
        },
        {
            "start": 954352696,
            "stop": 954352715
        },
        {
            "start": 954352718,
            "stop": 954352749
        },
        {
            "start": 954352754,
            "stop": 954352763
        },
        {
            "start": 954352770,
            "stop": 954352772
        },
        {
            "start": 954352781,
            "stop": 954352793
        },
        {
            "start": 954352807,
            "stop": 954352815
        },
        {
            "start": 954352819,
            "stop": 954352843
        },
        {
            "start": 954352846,
            "stop": 954352853
        }
    ]
}