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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=42",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=40",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 41,
    "results": [
        {
            "start": 931482916,
            "stop": 931482922
        },
        {
            "start": 931482929,
            "stop": 931482930
        },
        {
            "start": 931482944,
            "stop": 931482945
        },
        {
            "start": 931482947,
            "stop": 931482951
        },
        {
            "start": 931482954,
            "stop": 931482962
        },
        {
            "start": 931482965,
            "stop": 931482966
        },
        {
            "start": 931482971,
            "stop": 931482980
        },
        {
            "start": 931482986,
            "stop": 931482998
        },
        {
            "start": 931483003,
            "stop": 931483005
        },
        {
            "start": 931483007,
            "stop": 931483008
        },
        {
            "start": 931483011,
            "stop": 931483012
        },
        {
            "start": 931483015,
            "stop": 931483018
        },
        {
            "start": 931483021,
            "stop": 931483025
        },
        {
            "start": 931483028,
            "stop": 931483029
        },
        {
            "start": 931483035,
            "stop": 931483038
        },
        {
            "start": 931483042,
            "stop": 931483043
        },
        {
            "start": 931483048,
            "stop": 931483050
        },
        {
            "start": 931483056,
            "stop": 931483058
        },
        {
            "start": 931483064,
            "stop": 931483075
        },
        {
            "start": 931483078,
            "stop": 931483083
        }
    ]
}