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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=722",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=720",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 721,
    "results": [
        {
            "start": 952718777,
            "stop": 952718886
        },
        {
            "start": 952718892,
            "stop": 952719001
        },
        {
            "start": 952719007,
            "stop": 952719104
        },
        {
            "start": 952719110,
            "stop": 952721640
        },
        {
            "start": 952721646,
            "stop": 952726473
        },
        {
            "start": 952726479,
            "stop": 952726920
        },
        {
            "start": 952726926,
            "stop": 952726981
        },
        {
            "start": 952726987,
            "stop": 952727773
        },
        {
            "start": 952727779,
            "stop": 952729507
        },
        {
            "start": 952730192,
            "stop": 952730225
        },
        {
            "start": 952730231,
            "stop": 952731175
        },
        {
            "start": 952731181,
            "stop": 952731460
        },
        {
            "start": 952731466,
            "stop": 952734709
        },
        {
            "start": 952734714,
            "stop": 952734769
        },
        {
            "start": 952734775,
            "stop": 952734920
        },
        {
            "start": 952734926,
            "stop": 952736611
        },
        {
            "start": 952736617,
            "stop": 952736851
        },
        {
            "start": 952736857,
            "stop": 952742527
        },
        {
            "start": 952759251,
            "stop": 952759460
        },
        {
            "start": 952759466,
            "stop": 952760789
        }
    ]
}