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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=145",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=143",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 144,
    "results": [
        {
            "start": 932282859,
            "stop": 932284288
        },
        {
            "start": 932284290,
            "stop": 932284674
        },
        {
            "start": 932288775,
            "stop": 932289501
        },
        {
            "start": 932289504,
            "stop": 932289739
        },
        {
            "start": 932293443,
            "stop": 932293938
        },
        {
            "start": 932293941,
            "stop": 932295615
        },
        {
            "start": 932295975,
            "stop": 932297019
        },
        {
            "start": 932297022,
            "stop": 932297034
        },
        {
            "start": 932297037,
            "stop": 932297049
        },
        {
            "start": 932297052,
            "stop": 932297065
        },
        {
            "start": 932297067,
            "stop": 932297633
        },
        {
            "start": 932297635,
            "stop": 932298604
        },
        {
            "start": 932298608,
            "stop": 932298615
        },
        {
            "start": 932298617,
            "stop": 932298619
        },
        {
            "start": 932298622,
            "stop": 932298629
        },
        {
            "start": 932298632,
            "stop": 932298634
        },
        {
            "start": 932298637,
            "stop": 932298644
        },
        {
            "start": 932298648,
            "stop": 932298649
        },
        {
            "start": 932298653,
            "stop": 932298660
        },
        {
            "start": 932298662,
            "stop": 932298664
        }
    ]
}