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=1687
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=1688",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1686",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1687,
    "results": [
        {
            "start": 1248925396,
            "stop": 1248925418
        },
        {
            "start": 1248925421,
            "stop": 1248926682
        },
        {
            "start": 1248926685,
            "stop": 1248926693
        },
        {
            "start": 1248926696,
            "stop": 1248926775
        },
        {
            "start": 1248926778,
            "stop": 1248926995
        },
        {
            "start": 1248926998,
            "stop": 1248928032
        },
        {
            "start": 1248928035,
            "stop": 1248928999
        },
        {
            "start": 1248929007,
            "stop": 1248930924
        },
        {
            "start": 1248930927,
            "stop": 1248931033
        },
        {
            "start": 1248931036,
            "stop": 1248931393
        },
        {
            "start": 1248931395,
            "stop": 1248931523
        },
        {
            "start": 1248931524,
            "stop": 1248932853
        },
        {
            "start": 1248932855,
            "stop": 1248933021
        },
        {
            "start": 1248933024,
            "stop": 1248933890
        },
        {
            "start": 1248933893,
            "stop": 1248935056
        },
        {
            "start": 1248935059,
            "stop": 1248935334
        },
        {
            "start": 1248935337,
            "stop": 1248935614
        },
        {
            "start": 1248935617,
            "stop": 1248935838
        },
        {
            "start": 1248935841,
            "stop": 1248936175
        },
        {
            "start": 1248936178,
            "stop": 1248937948
        }
    ]
}