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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=140",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=138",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 139,
    "results": [
        {
            "start": 1380639049,
            "stop": 1380640193
        },
        {
            "start": 1380640198,
            "stop": 1380640543
        },
        {
            "start": 1380640548,
            "stop": 1380642431
        },
        {
            "start": 1380642436,
            "stop": 1380647689
        },
        {
            "start": 1380647743,
            "stop": 1380648009
        },
        {
            "start": 1380648014,
            "stop": 1380649437
        },
        {
            "start": 1380649442,
            "stop": 1380650966
        },
        {
            "start": 1380650971,
            "stop": 1380656126
        },
        {
            "start": 1380656131,
            "stop": 1380657906
        },
        {
            "start": 1380657911,
            "stop": 1380658604
        },
        {
            "start": 1380658653,
            "stop": 1380663759
        },
        {
            "start": 1380663764,
            "stop": 1380674872
        },
        {
            "start": 1380674877,
            "stop": 1380675049
        },
        {
            "start": 1380675054,
            "stop": 1380678719
        },
        {
            "start": 1380678724,
            "stop": 1380685079
        },
        {
            "start": 1380685084,
            "stop": 1380687902
        },
        {
            "start": 1380687907,
            "stop": 1380689677
        },
        {
            "start": 1380698279,
            "stop": 1380699060
        },
        {
            "start": 1380699303,
            "stop": 1380701474
        },
        {
            "start": 1380701479,
            "stop": 1380701698
        }
    ]
}