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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=74",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=72",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 73,
    "results": [
        {
            "start": 931266436,
            "stop": 931266441
        },
        {
            "start": 931266445,
            "stop": 931266460
        },
        {
            "start": 931266462,
            "stop": 931266499
        },
        {
            "start": 931266501,
            "stop": 931266522
        },
        {
            "start": 931266523,
            "stop": 931266533
        },
        {
            "start": 931266535,
            "stop": 931266539
        },
        {
            "start": 931266541,
            "stop": 931266545
        },
        {
            "start": 931266547,
            "stop": 931266551
        },
        {
            "start": 931266553,
            "stop": 931266618
        },
        {
            "start": 931266620,
            "stop": 931266635
        },
        {
            "start": 931266637,
            "stop": 931266645
        },
        {
            "start": 931266646,
            "stop": 931266667
        },
        {
            "start": 931266671,
            "stop": 931266690
        },
        {
            "start": 931266694,
            "stop": 931266695
        },
        {
            "start": 931266696,
            "stop": 931266731
        },
        {
            "start": 931266732,
            "stop": 931266763
        },
        {
            "start": 931266765,
            "stop": 931266811
        },
        {
            "start": 931266812,
            "stop": 931266837
        },
        {
            "start": 931266839,
            "stop": 931266846
        },
        {
            "start": 931266847,
            "stop": 931266857
        }
    ]
}