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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=128",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=126",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 127,
    "results": [
        {
            "start": 821500452,
            "stop": 821500455
        },
        {
            "start": 821500458,
            "stop": 821500521
        },
        {
            "start": 821500524,
            "stop": 821500530
        },
        {
            "start": 821500533,
            "stop": 821500549
        },
        {
            "start": 821500552,
            "stop": 821500554
        },
        {
            "start": 821500557,
            "stop": 821500583
        },
        {
            "start": 821500588,
            "stop": 821500598
        },
        {
            "start": 821500601,
            "stop": 821500622
        },
        {
            "start": 821500625,
            "stop": 821500629
        },
        {
            "start": 821500635,
            "stop": 821500646
        },
        {
            "start": 821500649,
            "stop": 821500674
        },
        {
            "start": 821500677,
            "stop": 821500695
        },
        {
            "start": 821500698,
            "stop": 821500710
        },
        {
            "start": 821500713,
            "stop": 821500725
        },
        {
            "start": 821500728,
            "stop": 821500732
        },
        {
            "start": 821500735,
            "stop": 821500736
        },
        {
            "start": 821500739,
            "stop": 821500743
        },
        {
            "start": 821500746,
            "stop": 821500801
        },
        {
            "start": 821500804,
            "stop": 821500835
        },
        {
            "start": 821500838,
            "stop": 821500842
        }
    ]
}