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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=67",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=65",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 66,
    "results": [
        {
            "start": 932073669,
            "stop": 932073681
        },
        {
            "start": 932073682,
            "stop": 932073686
        },
        {
            "start": 932073687,
            "stop": 932073688
        },
        {
            "start": 932073694,
            "stop": 932073697
        },
        {
            "start": 932073699,
            "stop": 932073702
        },
        {
            "start": 932073706,
            "stop": 932073716
        },
        {
            "start": 932073718,
            "stop": 932073724
        },
        {
            "start": 932073727,
            "stop": 932073734
        },
        {
            "start": 932073742,
            "stop": 932073746
        },
        {
            "start": 932073751,
            "stop": 932073755
        },
        {
            "start": 932073765,
            "stop": 932073769
        },
        {
            "start": 932073770,
            "stop": 932073781
        },
        {
            "start": 932073782,
            "stop": 932073787
        },
        {
            "start": 932073788,
            "stop": 932073791
        },
        {
            "start": 932073792,
            "stop": 932073794
        },
        {
            "start": 932073795,
            "stop": 932073798
        },
        {
            "start": 932073799,
            "stop": 932073802
        },
        {
            "start": 932073809,
            "stop": 932073810
        },
        {
            "start": 932073811,
            "stop": 932073816
        },
        {
            "start": 932073818,
            "stop": 932073824
        }
    ]
}