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=137
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=138",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=136",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 137,
    "results": [
        {
            "start": 932110697,
            "stop": 932110709
        },
        {
            "start": 932110711,
            "stop": 932110724
        },
        {
            "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": 932112539
        },
        {
            "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
        }
    ]
}