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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2466",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2464",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2465,
    "results": [
        {
            "start": 874683550,
            "stop": 874685870
        },
        {
            "start": 874685950,
            "stop": 874685980
        },
        {
            "start": 874685987,
            "stop": 874686308
        },
        {
            "start": 874686315,
            "stop": 874686597
        },
        {
            "start": 874686614,
            "stop": 874687188
        },
        {
            "start": 874687298,
            "stop": 874688210
        },
        {
            "start": 874688350,
            "stop": 874688750
        },
        {
            "start": 874688830,
            "stop": 874689109
        },
        {
            "start": 874689409,
            "stop": 874690010
        },
        {
            "start": 874690090,
            "stop": 874690970
        },
        {
            "start": 874691050,
            "stop": 874691270
        },
        {
            "start": 874691410,
            "stop": 874691810
        },
        {
            "start": 874691890,
            "stop": 874694440
        },
        {
            "start": 874694449,
            "stop": 874694755
        },
        {
            "start": 874694762,
            "stop": 874695650
        },
        {
            "start": 874697290,
            "stop": 874697444
        },
        {
            "start": 874697461,
            "stop": 874698170
        },
        {
            "start": 874698370,
            "stop": 874699850
        },
        {
            "start": 874700050,
            "stop": 874700510
        },
        {
            "start": 874700590,
            "stop": 874703030
        }
    ]
}