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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7051",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7049",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7050,
    "results": [
        {
            "start": 873947429,
            "stop": 873947477
        },
        {
            "start": 873947478,
            "stop": 873947602
        },
        {
            "start": 873947603,
            "stop": 873947814
        },
        {
            "start": 873947815,
            "stop": 873948256
        },
        {
            "start": 873948257,
            "stop": 873948678
        },
        {
            "start": 873948679,
            "stop": 873948919
        },
        {
            "start": 873948921,
            "stop": 873948962
        },
        {
            "start": 873948963,
            "stop": 873949225
        },
        {
            "start": 873949227,
            "stop": 873949235
        },
        {
            "start": 873949237,
            "stop": 873949332
        },
        {
            "start": 873949334,
            "stop": 873949514
        },
        {
            "start": 873949515,
            "stop": 873949532
        },
        {
            "start": 873949534,
            "stop": 873950719
        },
        {
            "start": 873950720,
            "stop": 873950943
        },
        {
            "start": 873950944,
            "stop": 873950983
        },
        {
            "start": 873950984,
            "stop": 873951018
        },
        {
            "start": 873951102,
            "stop": 873951238
        },
        {
            "start": 873951268,
            "stop": 873951271
        },
        {
            "start": 873951272,
            "stop": 873952337
        },
        {
            "start": 873952338,
            "stop": 873952356
        }
    ]
}