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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2205",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2203",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2204,
    "results": [
        {
            "start": 873206755,
            "stop": 873214448
        },
        {
            "start": 873214451,
            "stop": 873217542
        },
        {
            "start": 873217544,
            "stop": 873219938
        },
        {
            "start": 873219941,
            "stop": 873222570
        },
        {
            "start": 873224265,
            "stop": 873225595
        },
        {
            "start": 873225660,
            "stop": 873227462
        },
        {
            "start": 873227574,
            "stop": 873229956
        },
        {
            "start": 873229960,
            "stop": 873230585
        },
        {
            "start": 873230590,
            "stop": 873230695
        },
        {
            "start": 873230699,
            "stop": 873231472
        },
        {
            "start": 873231478,
            "stop": 873231495
        },
        {
            "start": 873231496,
            "stop": 873231900
        },
        {
            "start": 873231960,
            "stop": 873234720
        },
        {
            "start": 873234725,
            "stop": 873235506
        },
        {
            "start": 873235610,
            "stop": 873236136
        },
        {
            "start": 873236295,
            "stop": 873236317
        },
        {
            "start": 873236598,
            "stop": 873239429
        },
        {
            "start": 873239431,
            "stop": 873239433
        },
        {
            "start": 873239437,
            "stop": 873240300
        },
        {
            "start": 873240360,
            "stop": 873240387
        }
    ]
}