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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=73",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=71",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 72,
    "results": [
        {
            "start": 1409334006,
            "stop": 1409335586
        },
        {
            "start": 1409340590,
            "stop": 1409343549
        },
        {
            "start": 1409343554,
            "stop": 1409349516
        },
        {
            "start": 1409352700,
            "stop": 1409358200
        },
        {
            "start": 1409358205,
            "stop": 1409358971
        },
        {
            "start": 1409358976,
            "stop": 1409363706
        },
        {
            "start": 1409363711,
            "stop": 1409366104
        },
        {
            "start": 1409366109,
            "stop": 1409367243
        },
        {
            "start": 1409367248,
            "stop": 1409369488
        },
        {
            "start": 1409378325,
            "stop": 1409381580
        },
        {
            "start": 1409381585,
            "stop": 1409385022
        },
        {
            "start": 1409404844,
            "stop": 1409408225
        },
        {
            "start": 1409408230,
            "stop": 1409408549
        },
        {
            "start": 1409409756,
            "stop": 1409409918
        },
        {
            "start": 1409411033,
            "stop": 1409411120
        },
        {
            "start": 1409411128,
            "stop": 1409411150
        },
        {
            "start": 1409411155,
            "stop": 1409411245
        },
        {
            "start": 1409411250,
            "stop": 1409411269
        },
        {
            "start": 1409411274,
            "stop": 1409411374
        },
        {
            "start": 1409411379,
            "stop": 1409411427
        }
    ]
}