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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=191",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=189",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 190,
    "results": [
        {
            "start": 1136384530,
            "stop": 1136384558
        },
        {
            "start": 1136384561,
            "stop": 1136384590
        },
        {
            "start": 1136384593,
            "stop": 1136384620
        },
        {
            "start": 1136384623,
            "stop": 1136384648
        },
        {
            "start": 1136384651,
            "stop": 1136384660
        },
        {
            "start": 1136384663,
            "stop": 1136384698
        },
        {
            "start": 1136384701,
            "stop": 1136384746
        },
        {
            "start": 1136384749,
            "stop": 1136384814
        },
        {
            "start": 1136384817,
            "stop": 1136384884
        },
        {
            "start": 1136384887,
            "stop": 1136384911
        },
        {
            "start": 1136384914,
            "stop": 1136384931
        },
        {
            "start": 1136384934,
            "stop": 1136384964
        },
        {
            "start": 1136384967,
            "stop": 1136384998
        },
        {
            "start": 1136385001,
            "stop": 1136385052
        },
        {
            "start": 1136385055,
            "stop": 1136385107
        },
        {
            "start": 1136385110,
            "stop": 1136385151
        },
        {
            "start": 1136385154,
            "stop": 1136385200
        },
        {
            "start": 1136385203,
            "stop": 1136385234
        },
        {
            "start": 1136385237,
            "stop": 1136385280
        },
        {
            "start": 1136385283,
            "stop": 1136385296
        }
    ]
}