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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=213",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=211",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 212,
    "results": [
        {
            "start": 1240053343,
            "stop": 1240053428
        },
        {
            "start": 1240053429,
            "stop": 1240053645
        },
        {
            "start": 1240053647,
            "stop": 1240053722
        },
        {
            "start": 1240053723,
            "stop": 1240053742
        },
        {
            "start": 1240053743,
            "stop": 1240054010
        },
        {
            "start": 1240054012,
            "stop": 1240054013
        },
        {
            "start": 1240054014,
            "stop": 1240054156
        },
        {
            "start": 1240054157,
            "stop": 1240054593
        },
        {
            "start": 1240054595,
            "stop": 1240054603
        },
        {
            "start": 1240054611,
            "stop": 1240054676
        },
        {
            "start": 1240054677,
            "stop": 1240054879
        },
        {
            "start": 1240054880,
            "stop": 1240055236
        },
        {
            "start": 1240055237,
            "stop": 1240055303
        },
        {
            "start": 1240055305,
            "stop": 1240055397
        },
        {
            "start": 1240055398,
            "stop": 1240055530
        },
        {
            "start": 1240055531,
            "stop": 1240055543
        },
        {
            "start": 1240055544,
            "stop": 1240055693
        },
        {
            "start": 1240055694,
            "stop": 1240055741
        },
        {
            "start": 1240055743,
            "stop": 1240055780
        },
        {
            "start": 1240055781,
            "stop": 1240055977
        }
    ]
}