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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=147",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=145",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 146,
    "results": [
        {
            "start": 932110726,
            "stop": 932110753
        },
        {
            "start": 932110756,
            "stop": 932110769
        },
        {
            "start": 932110771,
            "stop": 932110783
        },
        {
            "start": 932110786,
            "stop": 932110799
        },
        {
            "start": 932110802,
            "stop": 932110813
        },
        {
            "start": 932110816,
            "stop": 932110828
        },
        {
            "start": 932110831,
            "stop": 932110843
        },
        {
            "start": 932110847,
            "stop": 932110858
        },
        {
            "start": 932110861,
            "stop": 932110873
        },
        {
            "start": 932110876,
            "stop": 932112015
        },
        {
            "start": 932112375,
            "stop": 932112644
        },
        {
            "start": 932115268,
            "stop": 932115435
        },
        {
            "start": 932115437,
            "stop": 932115615
        },
        {
            "start": 932115975,
            "stop": 932116350
        },
        {
            "start": 932116353,
            "stop": 932117316
        },
        {
            "start": 932117334,
            "stop": 932117475
        },
        {
            "start": 932117477,
            "stop": 932118045
        },
        {
            "start": 932118047,
            "stop": 932119215
        },
        {
            "start": 932119575,
            "stop": 932119590
        },
        {
            "start": 932119593,
            "stop": 932120610
        }
    ]
}