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=96
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=97",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=95",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 96,
    "results": [
        {
            "start": 931327434,
            "stop": 931327437
        },
        {
            "start": 931327443,
            "stop": 931327444
        },
        {
            "start": 931327450,
            "stop": 931327453
        },
        {
            "start": 931327455,
            "stop": 931327459
        },
        {
            "start": 931327461,
            "stop": 931327466
        },
        {
            "start": 931327468,
            "stop": 931327469
        },
        {
            "start": 931327479,
            "stop": 931327487
        },
        {
            "start": 931327495,
            "stop": 931327505
        },
        {
            "start": 931327507,
            "stop": 931327514
        },
        {
            "start": 931327516,
            "stop": 931327517
        },
        {
            "start": 931327523,
            "stop": 931327524
        },
        {
            "start": 931329603,
            "stop": 931329604
        },
        {
            "start": 931329606,
            "stop": 931329609
        },
        {
            "start": 931329614,
            "stop": 931329618
        },
        {
            "start": 931329627,
            "stop": 931329628
        },
        {
            "start": 931329630,
            "stop": 931329633
        },
        {
            "start": 931329647,
            "stop": 931329648
        },
        {
            "start": 931329661,
            "stop": 931329662
        },
        {
            "start": 931329664,
            "stop": 931329667
        },
        {
            "start": 931329669,
            "stop": 931329671
        }
    ]
}