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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=36",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=34",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 35,
    "results": [
        {
            "start": 931472607,
            "stop": 931472616
        },
        {
            "start": 931472618,
            "stop": 931472912
        },
        {
            "start": 931472914,
            "stop": 931473470
        },
        {
            "start": 931473472,
            "stop": 931473473
        },
        {
            "start": 931473475,
            "stop": 931474695
        },
        {
            "start": 931474697,
            "stop": 931474792
        },
        {
            "start": 931474794,
            "stop": 931475091
        },
        {
            "start": 931475093,
            "stop": 931475338
        },
        {
            "start": 931475343,
            "stop": 931477059
        },
        {
            "start": 931481939,
            "stop": 931481948
        },
        {
            "start": 931481957,
            "stop": 931481958
        },
        {
            "start": 931481961,
            "stop": 931481962
        },
        {
            "start": 931481967,
            "stop": 931481970
        },
        {
            "start": 931481973,
            "stop": 931481983
        },
        {
            "start": 931481990,
            "stop": 931481993
        },
        {
            "start": 931481996,
            "stop": 931481998
        },
        {
            "start": 931482004,
            "stop": 931482005
        },
        {
            "start": 931482008,
            "stop": 931482017
        },
        {
            "start": 931482026,
            "stop": 931482031
        },
        {
            "start": 931482034,
            "stop": 931482036
        }
    ]
}