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=5262
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=5263",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5261",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5262,
    "results": [
        {
            "start": 875220593,
            "stop": 875220624
        },
        {
            "start": 875220631,
            "stop": 875220633
        },
        {
            "start": 875220641,
            "stop": 875220655
        },
        {
            "start": 875220662,
            "stop": 875220678
        },
        {
            "start": 875220689,
            "stop": 875220692
        },
        {
            "start": 875220700,
            "stop": 875220776
        },
        {
            "start": 875220787,
            "stop": 875220788
        },
        {
            "start": 875220795,
            "stop": 875220871
        },
        {
            "start": 875220885,
            "stop": 875220911
        },
        {
            "start": 875220920,
            "stop": 875220946
        },
        {
            "start": 875220954,
            "stop": 875220972
        },
        {
            "start": 875220979,
            "stop": 875220987
        },
        {
            "start": 875220994,
            "stop": 875221018
        },
        {
            "start": 875221025,
            "stop": 875221036
        },
        {
            "start": 875221048,
            "stop": 875221067
        },
        {
            "start": 875221074,
            "stop": 875221080
        },
        {
            "start": 875221087,
            "stop": 875221092
        },
        {
            "start": 875221099,
            "stop": 875221179
        },
        {
            "start": 875221188,
            "stop": 875221196
        },
        {
            "start": 875221210,
            "stop": 875221218
        }
    ]
}