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=1784
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=1785",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1783",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1784,
    "results": [
        {
            "start": 1249585644,
            "stop": 1249585645
        },
        {
            "start": 1249585648,
            "stop": 1249585874
        },
        {
            "start": 1249585877,
            "stop": 1249585879
        },
        {
            "start": 1249585882,
            "stop": 1249585896
        },
        {
            "start": 1249585898,
            "stop": 1249585899
        },
        {
            "start": 1249585900,
            "stop": 1249586090
        },
        {
            "start": 1249586093,
            "stop": 1249586613
        },
        {
            "start": 1249586618,
            "stop": 1249586722
        },
        {
            "start": 1249586725,
            "stop": 1249587416
        },
        {
            "start": 1249587417,
            "stop": 1249587419
        },
        {
            "start": 1249587420,
            "stop": 1249588026
        },
        {
            "start": 1249588029,
            "stop": 1249588300
        },
        {
            "start": 1249588303,
            "stop": 1249588510
        },
        {
            "start": 1249588512,
            "stop": 1249588558
        },
        {
            "start": 1249588559,
            "stop": 1249588560
        },
        {
            "start": 1249588561,
            "stop": 1249589257
        },
        {
            "start": 1249589258,
            "stop": 1249589260
        },
        {
            "start": 1249589261,
            "stop": 1249589812
        },
        {
            "start": 1249589815,
            "stop": 1249589919
        },
        {
            "start": 1249589924,
            "stop": 1249589940
        }
    ]
}