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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15957",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15955",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15956,
    "results": [
        {
            "start": 971411007,
            "stop": 971411015
        },
        {
            "start": 971411016,
            "stop": 971411017
        },
        {
            "start": 971411018,
            "stop": 971411033
        },
        {
            "start": 971411036,
            "stop": 971411037
        },
        {
            "start": 971411038,
            "stop": 971411044
        },
        {
            "start": 971411045,
            "stop": 971411059
        },
        {
            "start": 971411063,
            "stop": 971411068
        },
        {
            "start": 971411069,
            "stop": 971411071
        },
        {
            "start": 971411072,
            "stop": 971411077
        },
        {
            "start": 971411079,
            "stop": 971411080
        },
        {
            "start": 971411081,
            "stop": 971411092
        },
        {
            "start": 971411095,
            "stop": 971411096
        },
        {
            "start": 971411099,
            "stop": 971411100
        },
        {
            "start": 971411101,
            "stop": 971411105
        },
        {
            "start": 971411108,
            "stop": 971411118
        },
        {
            "start": 971411119,
            "stop": 971411125
        },
        {
            "start": 971411126,
            "stop": 971411130
        },
        {
            "start": 971411131,
            "stop": 971411138
        },
        {
            "start": 971411142,
            "stop": 971411143
        },
        {
            "start": 971411145,
            "stop": 971411149
        }
    ]
}