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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=75",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=73",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 74,
    "results": [
        {
            "start": 931287458,
            "stop": 931287466
        },
        {
            "start": 931287468,
            "stop": 931287469
        },
        {
            "start": 931287471,
            "stop": 931287476
        },
        {
            "start": 931287478,
            "stop": 931287479
        },
        {
            "start": 931287483,
            "stop": 931287484
        },
        {
            "start": 931287487,
            "stop": 931287489
        },
        {
            "start": 931287509,
            "stop": 931287512
        },
        {
            "start": 931287517,
            "stop": 931287519
        },
        {
            "start": 931287523,
            "stop": 931287526
        },
        {
            "start": 931287528,
            "stop": 931287533
        },
        {
            "start": 931287546,
            "stop": 931287547
        },
        {
            "start": 931287567,
            "stop": 931287568
        },
        {
            "start": 931287573,
            "stop": 931287574
        },
        {
            "start": 931287579,
            "stop": 931287580
        },
        {
            "start": 931287591,
            "stop": 931287595
        },
        {
            "start": 931287608,
            "stop": 931287610
        },
        {
            "start": 931287629,
            "stop": 931287631
        },
        {
            "start": 931287635,
            "stop": 931287637
        },
        {
            "start": 931287651,
            "stop": 931287652
        },
        {
            "start": 931287657,
            "stop": 931287661
        }
    ]
}