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=83
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=84",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=82",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 83,
    "results": [
        {
            "start": 952414018,
            "stop": 952417418
        },
        {
            "start": 952418417,
            "stop": 952418968
        },
        {
            "start": 952419305,
            "stop": 952419868
        },
        {
            "start": 952420069,
            "stop": 952422250
        },
        {
            "start": 952423156,
            "stop": 952428878
        },
        {
            "start": 952429691,
            "stop": 952429768
        },
        {
            "start": 952431214,
            "stop": 952431848
        },
        {
            "start": 952433421,
            "stop": 952438356
        },
        {
            "start": 952439810,
            "stop": 952449348
        },
        {
            "start": 952449833,
            "stop": 952455046
        },
        {
            "start": 952460061,
            "stop": 952474757
        },
        {
            "start": 952480932,
            "stop": 952484636
        },
        {
            "start": 952484945,
            "stop": 952526069
        },
        {
            "start": 952545961,
            "stop": 952553694
        },
        {
            "start": 952554211,
            "stop": 952591971
        },
        {
            "start": 952599863,
            "stop": 952607206
        },
        {
            "start": 952609656,
            "stop": 952628805
        },
        {
            "start": 952639982,
            "stop": 952641893
        },
        {
            "start": 952642235,
            "stop": 952663505
        },
        {
            "start": 952665911,
            "stop": 952673377
        }
    ]
}