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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=71",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=69",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 70,
    "results": [
        {
            "start": 1409120656,
            "stop": 1409121614
        },
        {
            "start": 1409125221,
            "stop": 1409134706
        },
        {
            "start": 1409134711,
            "stop": 1409136611
        },
        {
            "start": 1409146857,
            "stop": 1409147318
        },
        {
            "start": 1409147694,
            "stop": 1409151561
        },
        {
            "start": 1409155434,
            "stop": 1409157665
        },
        {
            "start": 1409157670,
            "stop": 1409159055
        },
        {
            "start": 1409164533,
            "stop": 1409165875
        },
        {
            "start": 1409165879,
            "stop": 1409170766
        },
        {
            "start": 1409170771,
            "stop": 1409177057
        },
        {
            "start": 1409180866,
            "stop": 1409181278
        },
        {
            "start": 1409184881,
            "stop": 1409199697
        },
        {
            "start": 1409199702,
            "stop": 1409204772
        },
        {
            "start": 1409218261,
            "stop": 1409219454
        },
        {
            "start": 1409219459,
            "stop": 1409219751
        },
        {
            "start": 1409219756,
            "stop": 1409224342
        },
        {
            "start": 1409224347,
            "stop": 1409226321
        },
        {
            "start": 1409226326,
            "stop": 1409228473
        },
        {
            "start": 1409228478,
            "stop": 1409233384
        },
        {
            "start": 1409233389,
            "stop": 1409238826
        }
    ]
}