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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=32",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=30",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 31,
    "results": [
        {
            "start": 816776371,
            "stop": 816776380
        },
        {
            "start": 816776409,
            "stop": 816776410
        },
        {
            "start": 816776414,
            "stop": 816776420
        },
        {
            "start": 816777770,
            "stop": 816777779
        },
        {
            "start": 816778075,
            "stop": 816778079
        },
        {
            "start": 816778348,
            "stop": 816778804
        },
        {
            "start": 816778808,
            "stop": 816779803
        },
        {
            "start": 816779984,
            "stop": 816781430
        },
        {
            "start": 816781510,
            "stop": 816782150
        },
        {
            "start": 816782230,
            "stop": 816783709
        },
        {
            "start": 816783722,
            "stop": 816783950
        },
        {
            "start": 816784090,
            "stop": 816784139
        },
        {
            "start": 816784146,
            "stop": 816793051
        },
        {
            "start": 816793105,
            "stop": 816794040
        },
        {
            "start": 816794100,
            "stop": 816795170
        },
        {
            "start": 816795310,
            "stop": 816796130
        },
        {
            "start": 816796210,
            "stop": 816796440
        },
        {
            "start": 816796500,
            "stop": 816797270
        },
        {
            "start": 816797350,
            "stop": 816797460
        },
        {
            "start": 816797580,
            "stop": 816797760
        }
    ]
}