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=1810
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=1811",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1809",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1810,
    "results": [
        {
            "start": 1250057299,
            "stop": 1250057621
        },
        {
            "start": 1250057624,
            "stop": 1250057911
        },
        {
            "start": 1250057914,
            "stop": 1250058675
        },
        {
            "start": 1250058678,
            "stop": 1250058734
        },
        {
            "start": 1250058737,
            "stop": 1250059189
        },
        {
            "start": 1250059198,
            "stop": 1250059203
        },
        {
            "start": 1250059206,
            "stop": 1250060091
        },
        {
            "start": 1250060094,
            "stop": 1250061403
        },
        {
            "start": 1250061405,
            "stop": 1250062059
        },
        {
            "start": 1250062060,
            "stop": 1250062098
        },
        {
            "start": 1250062099,
            "stop": 1250064024
        },
        {
            "start": 1250064032,
            "stop": 1250067154
        },
        {
            "start": 1250067156,
            "stop": 1250067797
        },
        {
            "start": 1250067805,
            "stop": 1250067965
        },
        {
            "start": 1250067967,
            "stop": 1250069558
        },
        {
            "start": 1250069566,
            "stop": 1250070795
        },
        {
            "start": 1250070799,
            "stop": 1250073279
        },
        {
            "start": 1250073283,
            "stop": 1250074677
        },
        {
            "start": 1250074685,
            "stop": 1250075235
        },
        {
            "start": 1250075238,
            "stop": 1250075262
        }
    ]
}