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=2372
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=2373",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2371",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2372,
    "results": [
        {
            "start": 874958377,
            "stop": 874958405
        },
        {
            "start": 874958422,
            "stop": 874958820
        },
        {
            "start": 874958880,
            "stop": 874961400
        },
        {
            "start": 874961460,
            "stop": 874961505
        },
        {
            "start": 874969942,
            "stop": 874973956
        },
        {
            "start": 874973975,
            "stop": 874974178
        },
        {
            "start": 874974197,
            "stop": 874977716
        },
        {
            "start": 874977735,
            "stop": 874978232
        },
        {
            "start": 874991001,
            "stop": 874991210
        },
        {
            "start": 874991230,
            "stop": 874992533
        },
        {
            "start": 874992552,
            "stop": 874992576
        },
        {
            "start": 874992596,
            "stop": 874992742
        },
        {
            "start": 874992761,
            "stop": 874993367
        },
        {
            "start": 874993386,
            "stop": 874994433
        },
        {
            "start": 874994456,
            "stop": 874996357
        },
        {
            "start": 874996376,
            "stop": 874996479
        },
        {
            "start": 874996499,
            "stop": 874996528
        },
        {
            "start": 874996547,
            "stop": 875000286
        },
        {
            "start": 875000305,
            "stop": 875000757
        },
        {
            "start": 875000776,
            "stop": 875002675
        }
    ]
}