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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1670",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1668",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1669,
    "results": [
        {
            "start": 1248530082,
            "stop": 1248530493
        },
        {
            "start": 1248530496,
            "stop": 1248530497
        },
        {
            "start": 1248530500,
            "stop": 1248530504
        },
        {
            "start": 1248530507,
            "stop": 1248530509
        },
        {
            "start": 1248530512,
            "stop": 1248531796
        },
        {
            "start": 1248531799,
            "stop": 1248533196
        },
        {
            "start": 1248564043,
            "stop": 1248565672
        },
        {
            "start": 1248580885,
            "stop": 1248580895
        },
        {
            "start": 1248580898,
            "stop": 1248581091
        },
        {
            "start": 1248581094,
            "stop": 1248581679
        },
        {
            "start": 1248581682,
            "stop": 1248582342
        },
        {
            "start": 1248582345,
            "stop": 1248583663
        },
        {
            "start": 1248583666,
            "stop": 1248584944
        },
        {
            "start": 1248584947,
            "stop": 1248585597
        },
        {
            "start": 1248585600,
            "stop": 1248586874
        },
        {
            "start": 1248586877,
            "stop": 1248587475
        },
        {
            "start": 1248587477,
            "stop": 1248587696
        },
        {
            "start": 1248587699,
            "stop": 1248591921
        },
        {
            "start": 1248591925,
            "stop": 1248591926
        },
        {
            "start": 1248591928,
            "stop": 1248594057
        }
    ]
}