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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5160",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5158",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5159,
    "results": [
        {
            "start": 874813620,
            "stop": 874813680
        },
        {
            "start": 874813745,
            "stop": 874813774
        },
        {
            "start": 874813793,
            "stop": 874813952
        },
        {
            "start": 874813975,
            "stop": 874814234
        },
        {
            "start": 874814253,
            "stop": 874814513
        },
        {
            "start": 874814532,
            "stop": 874814758
        },
        {
            "start": 874814777,
            "stop": 874815720
        },
        {
            "start": 874815780,
            "stop": 874815801
        },
        {
            "start": 874815830,
            "stop": 874815840
        },
        {
            "start": 874815900,
            "stop": 874815960
        },
        {
            "start": 874816020,
            "stop": 874816140
        },
        {
            "start": 874816320,
            "stop": 874816500
        },
        {
            "start": 874816740,
            "stop": 874816973
        },
        {
            "start": 874816992,
            "stop": 874817013
        },
        {
            "start": 874817033,
            "stop": 874817062
        },
        {
            "start": 874817081,
            "stop": 874817223
        },
        {
            "start": 874817250,
            "stop": 874817295
        },
        {
            "start": 874817314,
            "stop": 874817315
        },
        {
            "start": 874817334,
            "stop": 874817350
        },
        {
            "start": 874817369,
            "stop": 874817401
        }
    ]
}