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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5033",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5031",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5032,
    "results": [
        {
            "start": 874575491,
            "stop": 874575511
        },
        {
            "start": 874575518,
            "stop": 874575578
        },
        {
            "start": 874575585,
            "stop": 874575623
        },
        {
            "start": 874575630,
            "stop": 874576016
        },
        {
            "start": 874576023,
            "stop": 874576108
        },
        {
            "start": 874576115,
            "stop": 874576149
        },
        {
            "start": 874576158,
            "stop": 874576235
        },
        {
            "start": 874576245,
            "stop": 874576618
        },
        {
            "start": 874576625,
            "stop": 874576700
        },
        {
            "start": 874576707,
            "stop": 874576822
        },
        {
            "start": 874576829,
            "stop": 874576851
        },
        {
            "start": 874576858,
            "stop": 874576920
        },
        {
            "start": 874576927,
            "stop": 874576966
        },
        {
            "start": 874576974,
            "stop": 874577058
        },
        {
            "start": 874577065,
            "stop": 874577103
        },
        {
            "start": 874577110,
            "stop": 874577252
        },
        {
            "start": 874577259,
            "stop": 874577294
        },
        {
            "start": 874577302,
            "stop": 874577336
        },
        {
            "start": 874577344,
            "stop": 874577534
        },
        {
            "start": 874577542,
            "stop": 874577763
        }
    ]
}