Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2410
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2411",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2409",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2410,
    "results": [
        {
            "start": 873302280,
            "stop": 873302648
        },
        {
            "start": 873302665,
            "stop": 873302759
        },
        {
            "start": 873302795,
            "stop": 873302846
        },
        {
            "start": 873302863,
            "stop": 873302908
        },
        {
            "start": 873302925,
            "stop": 873302951
        },
        {
            "start": 873302968,
            "stop": 873302972
        },
        {
            "start": 873302989,
            "stop": 873304566
        },
        {
            "start": 873304583,
            "stop": 873304652
        },
        {
            "start": 873304670,
            "stop": 873304676
        },
        {
            "start": 873304706,
            "stop": 873304858
        },
        {
            "start": 873304875,
            "stop": 873304879
        },
        {
            "start": 873304906,
            "stop": 873304964
        },
        {
            "start": 873304981,
            "stop": 873305010
        },
        {
            "start": 873305038,
            "stop": 873305051
        },
        {
            "start": 873305079,
            "stop": 873305080
        },
        {
            "start": 873305097,
            "stop": 873305153
        },
        {
            "start": 873305206,
            "stop": 873305223
        },
        {
            "start": 873305269,
            "stop": 873305280
        },
        {
            "start": 873305297,
            "stop": 873305322
        },
        {
            "start": 873305339,
            "stop": 873305369
        }
    ]
}