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=5051
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=5052",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5050",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5051,
    "results": [
        {
            "start": 874597076,
            "stop": 874597114
        },
        {
            "start": 874597145,
            "stop": 874597168
        },
        {
            "start": 874597187,
            "stop": 874597243
        },
        {
            "start": 874597306,
            "stop": 874597329
        },
        {
            "start": 874597348,
            "stop": 874597385
        },
        {
            "start": 874597404,
            "stop": 874597410
        },
        {
            "start": 874597459,
            "stop": 874597525
        },
        {
            "start": 874597544,
            "stop": 874597545
        },
        {
            "start": 874597570,
            "stop": 874597580
        },
        {
            "start": 874597601,
            "stop": 874597611
        },
        {
            "start": 874597633,
            "stop": 874597639
        },
        {
            "start": 874597697,
            "stop": 874597721
        },
        {
            "start": 874597740,
            "stop": 874597746
        },
        {
            "start": 874597791,
            "stop": 874597800
        },
        {
            "start": 874597841,
            "stop": 874597947
        },
        {
            "start": 874597975,
            "stop": 874598060
        },
        {
            "start": 874598084,
            "stop": 874598128
        },
        {
            "start": 874598147,
            "stop": 874598165
        },
        {
            "start": 874598189,
            "stop": 874598316
        },
        {
            "start": 874598337,
            "stop": 874598362
        }
    ]
}