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=61
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=62",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=60",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 61,
    "results": [
        {
            "start": 931255848,
            "stop": 931255853
        },
        {
            "start": 931255855,
            "stop": 931255861
        },
        {
            "start": 931255864,
            "stop": 931255879
        },
        {
            "start": 931255882,
            "stop": 931255889
        },
        {
            "start": 931255890,
            "stop": 931255893
        },
        {
            "start": 931255895,
            "stop": 931255899
        },
        {
            "start": 931255901,
            "stop": 931255908
        },
        {
            "start": 931255911,
            "stop": 931255913
        },
        {
            "start": 931255921,
            "stop": 931255922
        },
        {
            "start": 931255926,
            "stop": 931255930
        },
        {
            "start": 931255932,
            "stop": 931255933
        },
        {
            "start": 931255935,
            "stop": 931255940
        },
        {
            "start": 931255945,
            "stop": 931255948
        },
        {
            "start": 931255950,
            "stop": 931255957
        },
        {
            "start": 931255960,
            "stop": 931255963
        },
        {
            "start": 931256004,
            "stop": 931256010
        },
        {
            "start": 931256015,
            "stop": 931256018
        },
        {
            "start": 931256023,
            "stop": 931256026
        },
        {
            "start": 931256031,
            "stop": 931256038
        },
        {
            "start": 931256053,
            "stop": 931256054
        }
    ]
}