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=5250
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=5251",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5249",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5250,
    "results": [
        {
            "start": 970196013,
            "stop": 970196018
        },
        {
            "start": 970196198,
            "stop": 970196201
        },
        {
            "start": 970196204,
            "stop": 970196318
        },
        {
            "start": 970196498,
            "stop": 970196501
        },
        {
            "start": 970196521,
            "stop": 970196606
        },
        {
            "start": 970196609,
            "stop": 970196618
        },
        {
            "start": 970196738,
            "stop": 970196858
        },
        {
            "start": 970196978,
            "stop": 970196981
        },
        {
            "start": 970196984,
            "stop": 970196995
        },
        {
            "start": 970197016,
            "stop": 970197125
        },
        {
            "start": 970197156,
            "stop": 970197252
        },
        {
            "start": 970197255,
            "stop": 970197271
        },
        {
            "start": 970197292,
            "stop": 970197501
        },
        {
            "start": 970197504,
            "stop": 970197608
        },
        {
            "start": 970197611,
            "stop": 970197701
        },
        {
            "start": 970197721,
            "stop": 970197801
        },
        {
            "start": 970197804,
            "stop": 970197926
        },
        {
            "start": 970197929,
            "stop": 970198201
        },
        {
            "start": 970198204,
            "stop": 970198284
        },
        {
            "start": 970198287,
            "stop": 970198426
        }
    ]
}