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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=133",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=131",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 132,
    "results": [
        {
            "start": 931723709,
            "stop": 931723715
        },
        {
            "start": 931723726,
            "stop": 931723746
        },
        {
            "start": 931723762,
            "stop": 931723767
        },
        {
            "start": 931723775,
            "stop": 931723780
        },
        {
            "start": 931723801,
            "stop": 931723806
        },
        {
            "start": 931723814,
            "stop": 931723820
        },
        {
            "start": 931723825,
            "stop": 931723829
        },
        {
            "start": 931723834,
            "stop": 931723843
        },
        {
            "start": 931723848,
            "stop": 931723850
        },
        {
            "start": 931723857,
            "stop": 931723858
        },
        {
            "start": 931723868,
            "stop": 931723869
        },
        {
            "start": 931723880,
            "stop": 931723893
        },
        {
            "start": 931723900,
            "stop": 931723903
        },
        {
            "start": 931723935,
            "stop": 931723937
        },
        {
            "start": 931723946,
            "stop": 931723947
        },
        {
            "start": 931723953,
            "stop": 931723955
        },
        {
            "start": 931723968,
            "stop": 931723969
        },
        {
            "start": 931723975,
            "stop": 931723978
        },
        {
            "start": 931724076,
            "stop": 931724082
        },
        {
            "start": 931724089,
            "stop": 931724117
        }
    ]
}