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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=13",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=11",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 12,
    "results": [
        {
            "start": 816236061,
            "stop": 816236067
        },
        {
            "start": 816236071,
            "stop": 816236115
        },
        {
            "start": 816236118,
            "stop": 816236139
        },
        {
            "start": 816236143,
            "stop": 816236173
        },
        {
            "start": 816236183,
            "stop": 816236187
        },
        {
            "start": 816236191,
            "stop": 816236239
        },
        {
            "start": 816236244,
            "stop": 816236255
        },
        {
            "start": 816236261,
            "stop": 816236290
        },
        {
            "start": 816236298,
            "stop": 816236300
        },
        {
            "start": 816236303,
            "stop": 816236305
        },
        {
            "start": 816236312,
            "stop": 816236342
        },
        {
            "start": 816236345,
            "stop": 816236349
        },
        {
            "start": 816236355,
            "stop": 816236361
        },
        {
            "start": 816236372,
            "stop": 816236402
        },
        {
            "start": 816236405,
            "stop": 816236412
        },
        {
            "start": 816236416,
            "stop": 816236435
        },
        {
            "start": 816236439,
            "stop": 816236458
        },
        {
            "start": 816236464,
            "stop": 816236518
        },
        {
            "start": 816236522,
            "stop": 816236540
        },
        {
            "start": 816258792,
            "stop": 816258874
        }
    ]
}