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=5856
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=5857",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5855",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5856,
    "results": [
        {
            "start": 874755584,
            "stop": 874755792
        },
        {
            "start": 874755795,
            "stop": 874755826
        },
        {
            "start": 874755830,
            "stop": 874755837
        },
        {
            "start": 874755840,
            "stop": 874755853
        },
        {
            "start": 874755856,
            "stop": 874756026
        },
        {
            "start": 874756029,
            "stop": 874756039
        },
        {
            "start": 874756042,
            "stop": 874756055
        },
        {
            "start": 874756058,
            "stop": 874756061
        },
        {
            "start": 874756064,
            "stop": 874756168
        },
        {
            "start": 874756173,
            "stop": 874756174
        },
        {
            "start": 874756178,
            "stop": 874756231
        },
        {
            "start": 874756234,
            "stop": 874756320
        },
        {
            "start": 874756323,
            "stop": 874756325
        },
        {
            "start": 874756329,
            "stop": 874756354
        },
        {
            "start": 874756357,
            "stop": 874756388
        },
        {
            "start": 874756391,
            "stop": 874756540
        },
        {
            "start": 874756543,
            "stop": 874756597
        },
        {
            "start": 874756601,
            "stop": 874756606
        },
        {
            "start": 874756610,
            "stop": 874756667
        },
        {
            "start": 874756670,
            "stop": 874756702
        }
    ]
}