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=47
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=48",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=46",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 47,
    "results": [
        {
            "start": 817594137,
            "stop": 817594151
        },
        {
            "start": 817600227,
            "stop": 817600657
        },
        {
            "start": 817600668,
            "stop": 817602077
        },
        {
            "start": 817602085,
            "stop": 817605290
        },
        {
            "start": 817605369,
            "stop": 817607455
        },
        {
            "start": 817607463,
            "stop": 817614666
        },
        {
            "start": 817614674,
            "stop": 817615534
        },
        {
            "start": 817615542,
            "stop": 817626359
        },
        {
            "start": 817626368,
            "stop": 817626386
        },
        {
            "start": 817626394,
            "stop": 817626561
        },
        {
            "start": 817626569,
            "stop": 817626669
        },
        {
            "start": 817626677,
            "stop": 817627841
        },
        {
            "start": 817627849,
            "stop": 817628797
        },
        {
            "start": 817628805,
            "stop": 817628909
        },
        {
            "start": 817628932,
            "stop": 817628934
        },
        {
            "start": 817628943,
            "stop": 817628953
        },
        {
            "start": 817628961,
            "stop": 817629044
        },
        {
            "start": 817629056,
            "stop": 817629060
        },
        {
            "start": 817629074,
            "stop": 817629331
        },
        {
            "start": 817629343,
            "stop": 817629369
        }
    ]
}