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=4357
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=4358",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4356",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4357,
    "results": [
        {
            "start": 874792278,
            "stop": 874792326
        },
        {
            "start": 874792346,
            "stop": 874792360
        },
        {
            "start": 874792384,
            "stop": 874792418
        },
        {
            "start": 874792437,
            "stop": 874792441
        },
        {
            "start": 874792460,
            "stop": 874792556
        },
        {
            "start": 874792575,
            "stop": 874792695
        },
        {
            "start": 874792714,
            "stop": 874792754
        },
        {
            "start": 874792773,
            "stop": 874792800
        },
        {
            "start": 874792869,
            "stop": 874792886
        },
        {
            "start": 874792916,
            "stop": 874792920
        },
        {
            "start": 874793040,
            "stop": 874793093
        },
        {
            "start": 874793117,
            "stop": 874793135
        },
        {
            "start": 874793169,
            "stop": 874793280
        },
        {
            "start": 874793340,
            "stop": 874793427
        },
        {
            "start": 874793580,
            "stop": 874793598
        },
        {
            "start": 874793617,
            "stop": 874793625
        },
        {
            "start": 874793644,
            "stop": 874793726
        },
        {
            "start": 874793745,
            "stop": 874793759
        },
        {
            "start": 874793778,
            "stop": 874793890
        },
        {
            "start": 874793909,
            "stop": 874793914
        }
    ]
}