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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=273",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=271",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 272,
    "results": [
        {
            "start": 852509060,
            "stop": 852509061
        },
        {
            "start": 852509354,
            "stop": 852511319
        },
        {
            "start": 852511427,
            "stop": 852533113
        },
        {
            "start": 852533142,
            "stop": 852533144
        },
        {
            "start": 852533538,
            "stop": 852535873
        },
        {
            "start": 852535893,
            "stop": 852535894
        },
        {
            "start": 852536002,
            "stop": 852556747
        },
        {
            "start": 852558242,
            "stop": 852563593
        },
        {
            "start": 852563812,
            "stop": 852564253
        },
        {
            "start": 852565318,
            "stop": 852566293
        },
        {
            "start": 852566299,
            "stop": 852566301
        },
        {
            "start": 852566363,
            "stop": 852568572
        },
        {
            "start": 852568633,
            "stop": 852569413
        },
        {
            "start": 852569459,
            "stop": 852569460
        },
        {
            "start": 852569533,
            "stop": 852573253
        },
        {
            "start": 852573286,
            "stop": 852573287
        },
        {
            "start": 852573404,
            "stop": 852577633
        },
        {
            "start": 852577653,
            "stop": 852577654
        },
        {
            "start": 852579705,
            "stop": 852585013
        },
        {
            "start": 852586880,
            "stop": 852588493
        }
    ]
}