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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=189",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=187",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 188,
    "results": [
        {
            "start": 931139382,
            "stop": 931139383
        },
        {
            "start": 931139385,
            "stop": 931139386
        },
        {
            "start": 931139388,
            "stop": 931139390
        },
        {
            "start": 931139391,
            "stop": 931139392
        },
        {
            "start": 931139395,
            "stop": 931139396
        },
        {
            "start": 931139397,
            "stop": 931139398
        },
        {
            "start": 931139399,
            "stop": 931139400
        },
        {
            "start": 931139402,
            "stop": 931139409
        },
        {
            "start": 931139410,
            "stop": 931139411
        },
        {
            "start": 931139416,
            "stop": 931139418
        },
        {
            "start": 931139420,
            "stop": 931139431
        },
        {
            "start": 931139432,
            "stop": 931139437
        },
        {
            "start": 931139438,
            "stop": 931139440
        },
        {
            "start": 931139443,
            "stop": 931139444
        },
        {
            "start": 931139445,
            "stop": 931139446
        },
        {
            "start": 931139449,
            "stop": 931139450
        },
        {
            "start": 931139462,
            "stop": 931139464
        },
        {
            "start": 931139467,
            "stop": 931139469
        },
        {
            "start": 931139470,
            "stop": 931139475
        },
        {
            "start": 931139480,
            "stop": 931139484
        }
    ]
}