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=7006
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=7007",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7005",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7006,
    "results": [
        {
            "start": 873747243,
            "stop": 873747426
        },
        {
            "start": 873747427,
            "stop": 873747624
        },
        {
            "start": 873747625,
            "stop": 873747751
        },
        {
            "start": 873747752,
            "stop": 873747768
        },
        {
            "start": 873747769,
            "stop": 873747827
        },
        {
            "start": 873747829,
            "stop": 873747894
        },
        {
            "start": 873747895,
            "stop": 873747984
        },
        {
            "start": 873747986,
            "stop": 873748027
        },
        {
            "start": 873748029,
            "stop": 873748040
        },
        {
            "start": 873748041,
            "stop": 873748050
        },
        {
            "start": 873748051,
            "stop": 873748108
        },
        {
            "start": 873748109,
            "stop": 873748185
        },
        {
            "start": 873748186,
            "stop": 873748210
        },
        {
            "start": 873748211,
            "stop": 873748294
        },
        {
            "start": 873748295,
            "stop": 873748347
        },
        {
            "start": 873748348,
            "stop": 873748456
        },
        {
            "start": 873748458,
            "stop": 873748520
        },
        {
            "start": 873748521,
            "stop": 873748558
        },
        {
            "start": 873748560,
            "stop": 873748566
        },
        {
            "start": 873748567,
            "stop": 873748630
        }
    ]
}