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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=107",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=105",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 106,
    "results": [
        {
            "start": 931510960,
            "stop": 931510976
        },
        {
            "start": 931510979,
            "stop": 931510982
        },
        {
            "start": 931510985,
            "stop": 931510991
        },
        {
            "start": 931510994,
            "stop": 931511037
        },
        {
            "start": 931511040,
            "stop": 931511042
        },
        {
            "start": 931511049,
            "stop": 931511050
        },
        {
            "start": 931511053,
            "stop": 931511067
        },
        {
            "start": 931511070,
            "stop": 931511109
        },
        {
            "start": 931511112,
            "stop": 931511115
        },
        {
            "start": 931511118,
            "stop": 931511120
        },
        {
            "start": 931511123,
            "stop": 931511137
        },
        {
            "start": 931511140,
            "stop": 931511169
        },
        {
            "start": 931511175,
            "stop": 931511192
        },
        {
            "start": 931511195,
            "stop": 931511196
        },
        {
            "start": 931511199,
            "stop": 931511210
        },
        {
            "start": 931511213,
            "stop": 931511223
        },
        {
            "start": 931511226,
            "stop": 931511227
        },
        {
            "start": 931511230,
            "stop": 931511247
        },
        {
            "start": 931511250,
            "stop": 931511254
        },
        {
            "start": 931511257,
            "stop": 931511274
        }
    ]
}