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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2374",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2372",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2373,
    "results": [
        {
            "start": 875002694,
            "stop": 875002923
        },
        {
            "start": 875002945,
            "stop": 875004564
        },
        {
            "start": 875004611,
            "stop": 875004713
        },
        {
            "start": 875004749,
            "stop": 875004793
        },
        {
            "start": 875004812,
            "stop": 875004827
        },
        {
            "start": 875004846,
            "stop": 875004860
        },
        {
            "start": 875004886,
            "stop": 875004895
        },
        {
            "start": 875004922,
            "stop": 875005032
        },
        {
            "start": 875005051,
            "stop": 875005072
        },
        {
            "start": 875006469,
            "stop": 875006471
        },
        {
            "start": 875006490,
            "stop": 875006512
        },
        {
            "start": 875006531,
            "stop": 875006543
        },
        {
            "start": 875006562,
            "stop": 875006867
        },
        {
            "start": 875006888,
            "stop": 875006996
        },
        {
            "start": 875007015,
            "stop": 875007027
        },
        {
            "start": 875007064,
            "stop": 875007124
        },
        {
            "start": 875007160,
            "stop": 875007185
        },
        {
            "start": 875007206,
            "stop": 875007237
        },
        {
            "start": 875007269,
            "stop": 875007300
        },
        {
            "start": 875007321,
            "stop": 875007328
        }
    ]
}