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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3143",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3141",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3142,
    "results": [
        {
            "start": 868682220,
            "stop": 868692300
        },
        {
            "start": 868692360,
            "stop": 868701136
        },
        {
            "start": 868701749,
            "stop": 868701900
        },
        {
            "start": 868702020,
            "stop": 868702980
        },
        {
            "start": 868704240,
            "stop": 868704300
        },
        {
            "start": 868704600,
            "stop": 868709820
        },
        {
            "start": 868709880,
            "stop": 868713012
        },
        {
            "start": 868713018,
            "stop": 868713377
        },
        {
            "start": 868713383,
            "stop": 868715280
        },
        {
            "start": 868715340,
            "stop": 868717680
        },
        {
            "start": 868717800,
            "stop": 868718617
        },
        {
            "start": 868718630,
            "stop": 868718640
        },
        {
            "start": 868718700,
            "stop": 868719120
        },
        {
            "start": 868719240,
            "stop": 868719526
        },
        {
            "start": 868735878,
            "stop": 868736420
        },
        {
            "start": 868736425,
            "stop": 868738380
        },
        {
            "start": 868738440,
            "stop": 868739150
        },
        {
            "start": 868739155,
            "stop": 868739160
        },
        {
            "start": 868739280,
            "stop": 868742040
        },
        {
            "start": 868742100,
            "stop": 868742622
        }
    ]
}