Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7305
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=7306",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7304",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7305,
    "results": [
        {
            "start": 875122158,
            "stop": 875122168
        },
        {
            "start": 875122170,
            "stop": 875122256
        },
        {
            "start": 875122257,
            "stop": 875122398
        },
        {
            "start": 875122399,
            "stop": 875122588
        },
        {
            "start": 875122591,
            "stop": 875122601
        },
        {
            "start": 875122603,
            "stop": 875122604
        },
        {
            "start": 875122606,
            "stop": 875122651
        },
        {
            "start": 875122652,
            "stop": 875122655
        },
        {
            "start": 875122656,
            "stop": 875122657
        },
        {
            "start": 875122659,
            "stop": 875122660
        },
        {
            "start": 875122661,
            "stop": 875122663
        },
        {
            "start": 875122665,
            "stop": 875122674
        },
        {
            "start": 875122675,
            "stop": 875122678
        },
        {
            "start": 875122680,
            "stop": 875122681
        },
        {
            "start": 875122683,
            "stop": 875122689
        },
        {
            "start": 875122690,
            "stop": 875122692
        },
        {
            "start": 875122693,
            "stop": 875122695
        },
        {
            "start": 875122697,
            "stop": 875122725
        },
        {
            "start": 875122727,
            "stop": 875122855
        },
        {
            "start": 875122857,
            "stop": 875122884
        }
    ]
}