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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=179",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=177",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 178,
    "results": [
        {
            "start": 932966078,
            "stop": 932966084
        },
        {
            "start": 932966116,
            "stop": 932966118
        },
        {
            "start": 932966137,
            "stop": 932966139
        },
        {
            "start": 932966178,
            "stop": 932966264
        },
        {
            "start": 932966331,
            "stop": 932966357
        },
        {
            "start": 932966391,
            "stop": 932966392
        },
        {
            "start": 932966420,
            "stop": 932966441
        },
        {
            "start": 932966496,
            "stop": 932966499
        },
        {
            "start": 932966566,
            "stop": 932966568
        },
        {
            "start": 932966659,
            "stop": 932966662
        },
        {
            "start": 932966721,
            "stop": 932966731
        },
        {
            "start": 932966805,
            "stop": 932966812
        },
        {
            "start": 932966863,
            "stop": 932966885
        },
        {
            "start": 932966984,
            "stop": 932967007
        },
        {
            "start": 932967068,
            "stop": 932967075
        },
        {
            "start": 932967117,
            "stop": 932967121
        },
        {
            "start": 932967153,
            "stop": 932967154
        },
        {
            "start": 932967177,
            "stop": 932967182
        },
        {
            "start": 932967228,
            "stop": 932967256
        },
        {
            "start": 932967289,
            "stop": 932967294
        }
    ]
}