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/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=26
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=27",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=25",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 26,
    "results": [
        {
            "start": 931077659,
            "stop": 931077660
        },
        {
            "start": 931077662,
            "stop": 931077665
        },
        {
            "start": 931077666,
            "stop": 931077672
        },
        {
            "start": 931077674,
            "stop": 931077681
        },
        {
            "start": 931077682,
            "stop": 931077683
        },
        {
            "start": 931077684,
            "stop": 931077692
        },
        {
            "start": 931077693,
            "stop": 931077705
        },
        {
            "start": 931077709,
            "stop": 931077713
        },
        {
            "start": 931077714,
            "stop": 931077723
        },
        {
            "start": 931077726,
            "stop": 931077728
        },
        {
            "start": 931077734,
            "stop": 931077735
        },
        {
            "start": 931077736,
            "stop": 931077738
        },
        {
            "start": 931077739,
            "stop": 931077743
        },
        {
            "start": 931077744,
            "stop": 931077777
        },
        {
            "start": 931077778,
            "stop": 931077783
        },
        {
            "start": 931077786,
            "stop": 931077787
        },
        {
            "start": 931077788,
            "stop": 931077790
        },
        {
            "start": 931077794,
            "stop": 931077796
        },
        {
            "start": 931077797,
            "stop": 931077800
        },
        {
            "start": 931077801,
            "stop": 931077803
        }
    ]
}