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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=244",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=242",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 243,
    "results": [
        {
            "start": 931573871,
            "stop": 931573877
        },
        {
            "start": 931573882,
            "stop": 931573883
        },
        {
            "start": 931573885,
            "stop": 931573886
        },
        {
            "start": 931573890,
            "stop": 931573891
        },
        {
            "start": 931573893,
            "stop": 931573897
        },
        {
            "start": 931573899,
            "stop": 931573902
        },
        {
            "start": 931573904,
            "stop": 931573905
        },
        {
            "start": 931573907,
            "stop": 931573929
        },
        {
            "start": 931573931,
            "stop": 931573932
        },
        {
            "start": 931573935,
            "stop": 931573938
        },
        {
            "start": 931573940,
            "stop": 931573941
        },
        {
            "start": 931573945,
            "stop": 931573946
        },
        {
            "start": 931573950,
            "stop": 931573952
        },
        {
            "start": 931573954,
            "stop": 931573955
        },
        {
            "start": 931573962,
            "stop": 931573963
        },
        {
            "start": 931573967,
            "stop": 931573968
        },
        {
            "start": 931573972,
            "stop": 931573974
        },
        {
            "start": 931573976,
            "stop": 931573980
        },
        {
            "start": 931573982,
            "stop": 931573983
        },
        {
            "start": 931573987,
            "stop": 931573988
        }
    ]
}