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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4362",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4360",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4361,
    "results": [
        {
            "start": 874804095,
            "stop": 874804500
        },
        {
            "start": 874804560,
            "stop": 874807923
        },
        {
            "start": 874808044,
            "stop": 874809717
        },
        {
            "start": 874809943,
            "stop": 874810560
        },
        {
            "start": 874810620,
            "stop": 874811164
        },
        {
            "start": 874811340,
            "stop": 874811640
        },
        {
            "start": 874811700,
            "stop": 874811793
        },
        {
            "start": 874811913,
            "stop": 874812425
        },
        {
            "start": 874812444,
            "stop": 874812478
        },
        {
            "start": 874812497,
            "stop": 874812711
        },
        {
            "start": 874812960,
            "stop": 874813320
        },
        {
            "start": 874813745,
            "stop": 874813774
        },
        {
            "start": 874813793,
            "stop": 874813952
        },
        {
            "start": 874813975,
            "stop": 874814073
        },
        {
            "start": 874814193,
            "stop": 874814234
        },
        {
            "start": 874814253,
            "stop": 874814513
        },
        {
            "start": 874814532,
            "stop": 874814580
        },
        {
            "start": 874814640,
            "stop": 874814758
        },
        {
            "start": 874814777,
            "stop": 874815060
        },
        {
            "start": 874815120,
            "stop": 874815600
        }
    ]
}