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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1715",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1713",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1714,
    "results": [
        {
            "start": 1249132322,
            "stop": 1249132326
        },
        {
            "start": 1249132328,
            "stop": 1249132665
        },
        {
            "start": 1249132667,
            "stop": 1249132672
        },
        {
            "start": 1249132688,
            "stop": 1249132689
        },
        {
            "start": 1249132696,
            "stop": 1249132713
        },
        {
            "start": 1249132714,
            "stop": 1249132717
        },
        {
            "start": 1249132725,
            "stop": 1249133958
        },
        {
            "start": 1249133960,
            "stop": 1249135222
        },
        {
            "start": 1249135225,
            "stop": 1249137037
        },
        {
            "start": 1249137040,
            "stop": 1249137045
        },
        {
            "start": 1249137048,
            "stop": 1249137134
        },
        {
            "start": 1249137136,
            "stop": 1249137803
        },
        {
            "start": 1249137806,
            "stop": 1249137813
        },
        {
            "start": 1249137816,
            "stop": 1249137946
        },
        {
            "start": 1249163427,
            "stop": 1249163457
        },
        {
            "start": 1249163460,
            "stop": 1249163698
        },
        {
            "start": 1249163701,
            "stop": 1249163908
        },
        {
            "start": 1249163911,
            "stop": 1249163923
        },
        {
            "start": 1249163926,
            "stop": 1249164533
        },
        {
            "start": 1249164536,
            "stop": 1249164541
        }
    ]
}