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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=12",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 11,
    "results": [
        {
            "start": 816231295,
            "stop": 816231308
        },
        {
            "start": 816231320,
            "stop": 816231324
        },
        {
            "start": 816231331,
            "stop": 816231332
        },
        {
            "start": 816231347,
            "stop": 816231356
        },
        {
            "start": 816231364,
            "stop": 816231366
        },
        {
            "start": 816231379,
            "stop": 816231392
        },
        {
            "start": 816231402,
            "stop": 816231416
        },
        {
            "start": 816231428,
            "stop": 816231509
        },
        {
            "start": 816231516,
            "stop": 816231557
        },
        {
            "start": 816231566,
            "stop": 816231585
        },
        {
            "start": 816231593,
            "stop": 816231596
        },
        {
            "start": 816231610,
            "stop": 816231725
        },
        {
            "start": 816231733,
            "stop": 816231735
        },
        {
            "start": 816231764,
            "stop": 816231863
        },
        {
            "start": 816231871,
            "stop": 816231876
        },
        {
            "start": 816231880,
            "stop": 816231938
        },
        {
            "start": 816231946,
            "stop": 816231962
        },
        {
            "start": 816231965,
            "stop": 816232040
        },
        {
            "start": 816232048,
            "stop": 816232056
        },
        {
            "start": 816232067,
            "stop": 816232095
        }
    ]
}