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=301
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=302",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=300",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 301,
    "results": [
        {
            "start": 847644543,
            "stop": 847644572
        },
        {
            "start": 847644575,
            "stop": 847644585
        },
        {
            "start": 847644586,
            "stop": 847644616
        },
        {
            "start": 847644617,
            "stop": 847644624
        },
        {
            "start": 847644626,
            "stop": 847644627
        },
        {
            "start": 847644628,
            "stop": 847644650
        },
        {
            "start": 847644652,
            "stop": 847644657
        },
        {
            "start": 847644659,
            "stop": 847644704
        },
        {
            "start": 847644705,
            "stop": 847644754
        },
        {
            "start": 847644755,
            "stop": 847644911
        },
        {
            "start": 847644912,
            "stop": 847645011
        },
        {
            "start": 847645012,
            "stop": 847645039
        },
        {
            "start": 847645042,
            "stop": 847645136
        },
        {
            "start": 847645137,
            "stop": 847645476
        },
        {
            "start": 847645477,
            "stop": 847645479
        },
        {
            "start": 847645480,
            "stop": 847645501
        },
        {
            "start": 847645502,
            "stop": 847645522
        },
        {
            "start": 847645523,
            "stop": 847645549
        },
        {
            "start": 847645551,
            "stop": 847645596
        },
        {
            "start": 847645597,
            "stop": 847645724
        }
    ]
}