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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4373",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4371",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4372,
    "results": [
        {
            "start": 874974386,
            "stop": 874975324
        },
        {
            "start": 874975500,
            "stop": 874976375
        },
        {
            "start": 874976396,
            "stop": 874977120
        },
        {
            "start": 874977180,
            "stop": 874977259
        },
        {
            "start": 874987620,
            "stop": 874987680
        },
        {
            "start": 874990134,
            "stop": 874996423
        },
        {
            "start": 874996543,
            "stop": 875002620
        },
        {
            "start": 875002680,
            "stop": 875004780
        },
        {
            "start": 875004840,
            "stop": 875004900
        },
        {
            "start": 875005140,
            "stop": 875005260
        },
        {
            "start": 875005320,
            "stop": 875005380
        },
        {
            "start": 875006040,
            "stop": 875006100
        },
        {
            "start": 875006220,
            "stop": 875006280
        },
        {
            "start": 875006460,
            "stop": 875006520
        },
        {
            "start": 875006580,
            "stop": 875006640
        },
        {
            "start": 875006700,
            "stop": 875007060
        },
        {
            "start": 875007120,
            "stop": 875007180
        },
        {
            "start": 875007240,
            "stop": 875007366
        },
        {
            "start": 875007388,
            "stop": 875013480
        },
        {
            "start": 875013540,
            "stop": 875014037
        }
    ]
}