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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=440",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=438",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 439,
    "results": [
        {
            "start": 862587540,
            "stop": 862595480
        },
        {
            "start": 862595485,
            "stop": 862595490
        },
        {
            "start": 862595495,
            "stop": 862595503
        },
        {
            "start": 862595504,
            "stop": 862595557
        },
        {
            "start": 862595563,
            "stop": 862597450
        },
        {
            "start": 862597985,
            "stop": 862599367
        },
        {
            "start": 862599373,
            "stop": 862599609
        },
        {
            "start": 862602247,
            "stop": 862602715
        },
        {
            "start": 862602720,
            "stop": 862605644
        },
        {
            "start": 862605976,
            "stop": 862615120
        },
        {
            "start": 862615125,
            "stop": 862615126
        },
        {
            "start": 862615127,
            "stop": 862620873
        },
        {
            "start": 862620875,
            "stop": 862621942
        },
        {
            "start": 862621948,
            "stop": 862621962
        },
        {
            "start": 862621968,
            "stop": 862646157
        },
        {
            "start": 862646517,
            "stop": 862651430
        },
        {
            "start": 862651435,
            "stop": 862668067
        },
        {
            "start": 862669265,
            "stop": 862669452
        },
        {
            "start": 862669458,
            "stop": 862669462
        },
        {
            "start": 862669468,
            "stop": 862671608
        }
    ]
}