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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3421",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3419",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3420,
    "results": [
        {
            "start": 969662734,
            "stop": 969662775
        },
        {
            "start": 969662778,
            "stop": 969663037
        },
        {
            "start": 969663040,
            "stop": 969663080
        },
        {
            "start": 969663083,
            "stop": 969663356
        },
        {
            "start": 969663359,
            "stop": 969663405
        },
        {
            "start": 969663408,
            "stop": 969663499
        },
        {
            "start": 969663502,
            "stop": 969663567
        },
        {
            "start": 969663570,
            "stop": 969663713
        },
        {
            "start": 969663716,
            "stop": 969663780
        },
        {
            "start": 969663804,
            "stop": 969664017
        },
        {
            "start": 969664023,
            "stop": 969664031
        },
        {
            "start": 969664037,
            "stop": 969664054
        },
        {
            "start": 969664075,
            "stop": 969664122
        },
        {
            "start": 969664128,
            "stop": 969664142
        },
        {
            "start": 969664145,
            "stop": 969664237
        },
        {
            "start": 969664240,
            "stop": 969664256
        },
        {
            "start": 969664259,
            "stop": 969664598
        },
        {
            "start": 969664604,
            "stop": 969664611
        },
        {
            "start": 969664631,
            "stop": 969664642
        },
        {
            "start": 969664653,
            "stop": 969665268
        }
    ]
}