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=322
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=323",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=321",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 322,
    "results": [
        {
            "start": 1240602604,
            "stop": 1240602607
        },
        {
            "start": 1240602608,
            "stop": 1240603086
        },
        {
            "start": 1240603087,
            "stop": 1240603088
        },
        {
            "start": 1240603089,
            "stop": 1240603347
        },
        {
            "start": 1240603348,
            "stop": 1240603349
        },
        {
            "start": 1240603350,
            "stop": 1240603996
        },
        {
            "start": 1240603997,
            "stop": 1240603999
        },
        {
            "start": 1240604000,
            "stop": 1240604015
        },
        {
            "start": 1240604018,
            "stop": 1240604031
        },
        {
            "start": 1240604032,
            "stop": 1240604035
        },
        {
            "start": 1240604036,
            "stop": 1240604394
        },
        {
            "start": 1240604397,
            "stop": 1240604660
        },
        {
            "start": 1240604661,
            "stop": 1240604663
        },
        {
            "start": 1240604664,
            "stop": 1240604808
        },
        {
            "start": 1240604809,
            "stop": 1240604810
        },
        {
            "start": 1240604811,
            "stop": 1240604834
        },
        {
            "start": 1240604835,
            "stop": 1240604836
        },
        {
            "start": 1240604837,
            "stop": 1240604925
        },
        {
            "start": 1240604927,
            "stop": 1240605021
        },
        {
            "start": 1240605024,
            "stop": 1240605042
        }
    ]
}