Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=129
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=130",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=128",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 129,
    "results": [
        {
            "start": 1175583290,
            "stop": 1175591200
        },
        {
            "start": 1175591203,
            "stop": 1175597505
        },
        {
            "start": 1175597506,
            "stop": 1175597908
        },
        {
            "start": 1175597910,
            "stop": 1175600437
        },
        {
            "start": 1175600441,
            "stop": 1175605099
        },
        {
            "start": 1175605100,
            "stop": 1175605106
        },
        {
            "start": 1175605109,
            "stop": 1175605171
        },
        {
            "start": 1175605172,
            "stop": 1175605189
        },
        {
            "start": 1175605190,
            "stop": 1175605881
        },
        {
            "start": 1175605882,
            "stop": 1175605888
        },
        {
            "start": 1175605889,
            "stop": 1175605891
        },
        {
            "start": 1175605892,
            "stop": 1175606250
        },
        {
            "start": 1175606251,
            "stop": 1175606273
        },
        {
            "start": 1175606274,
            "stop": 1175606721
        },
        {
            "start": 1175606724,
            "stop": 1175606782
        },
        {
            "start": 1175606783,
            "stop": 1175607079
        },
        {
            "start": 1175607080,
            "stop": 1175607109
        },
        {
            "start": 1175608136,
            "stop": 1175608437
        },
        {
            "start": 1175613243,
            "stop": 1175615368
        },
        {
            "start": 1175615369,
            "stop": 1175615372
        }
    ]
}