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=1804
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=1805",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1803",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1804,
    "results": [
        {
            "start": 1249796596,
            "stop": 1249796769
        },
        {
            "start": 1249796771,
            "stop": 1249797040
        },
        {
            "start": 1249797042,
            "stop": 1249797143
        },
        {
            "start": 1249797144,
            "stop": 1249797204
        },
        {
            "start": 1249797207,
            "stop": 1249797367
        },
        {
            "start": 1249797368,
            "stop": 1249797417
        },
        {
            "start": 1249797418,
            "stop": 1249797419
        },
        {
            "start": 1249797421,
            "stop": 1249797463
        },
        {
            "start": 1249797464,
            "stop": 1249798165
        },
        {
            "start": 1249798167,
            "stop": 1249798761
        },
        {
            "start": 1249798762,
            "stop": 1249798804
        },
        {
            "start": 1249798805,
            "stop": 1249798860
        },
        {
            "start": 1249798862,
            "stop": 1249798876
        },
        {
            "start": 1249798877,
            "stop": 1249800032
        },
        {
            "start": 1249800040,
            "stop": 1249800666
        },
        {
            "start": 1249800668,
            "stop": 1249800894
        },
        {
            "start": 1249800896,
            "stop": 1249804621
        },
        {
            "start": 1249804624,
            "stop": 1249805034
        },
        {
            "start": 1249805038,
            "stop": 1249805467
        },
        {
            "start": 1249805470,
            "stop": 1249806222
        }
    ]
}