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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5966",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5964",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5965,
    "results": [
        {
            "start": 875228897,
            "stop": 875228908
        },
        {
            "start": 875228911,
            "stop": 875228930
        },
        {
            "start": 875228933,
            "stop": 875228944
        },
        {
            "start": 875228949,
            "stop": 875228958
        },
        {
            "start": 875228961,
            "stop": 875228962
        },
        {
            "start": 875228966,
            "stop": 875229072
        },
        {
            "start": 875229075,
            "stop": 875229097
        },
        {
            "start": 875229104,
            "stop": 875229106
        },
        {
            "start": 875229109,
            "stop": 875229134
        },
        {
            "start": 875229137,
            "stop": 875229184
        },
        {
            "start": 875229188,
            "stop": 875229261
        },
        {
            "start": 875229264,
            "stop": 875229277
        },
        {
            "start": 875229280,
            "stop": 875229313
        },
        {
            "start": 875229316,
            "stop": 875229319
        },
        {
            "start": 875229322,
            "stop": 875229340
        },
        {
            "start": 875229344,
            "stop": 875229416
        },
        {
            "start": 875229419,
            "stop": 875229445
        },
        {
            "start": 875229448,
            "stop": 875229458
        },
        {
            "start": 875229461,
            "stop": 875229556
        },
        {
            "start": 875229559,
            "stop": 875229573
        }
    ]
}