Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_CBCLOW_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_CBCLOW_CAT4/segments?format=api&page=62",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=60",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 61,
    "results": [
        {
            "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
        },
        {
            "start": 931256065,
            "stop": 931256066
        },
        {
            "start": 931256079,
            "stop": 931256083
        },
        {
            "start": 931256105,
            "stop": 931256106
        }
    ]
}