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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9957",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9955",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9956,
    "results": [
        {
            "start": 871619885,
            "stop": 871620711
        },
        {
            "start": 871620747,
            "stop": 871621528
        },
        {
            "start": 871622415,
            "stop": 871624388
        },
        {
            "start": 871624395,
            "stop": 871625044
        },
        {
            "start": 871625051,
            "stop": 871627806
        },
        {
            "start": 871628745,
            "stop": 871633440
        },
        {
            "start": 871633474,
            "stop": 871633530
        },
        {
            "start": 871635351,
            "stop": 871636618
        },
        {
            "start": 871636635,
            "stop": 871637956
        },
        {
            "start": 871637964,
            "stop": 871641079
        },
        {
            "start": 871641096,
            "stop": 871644614
        },
        {
            "start": 871664414,
            "stop": 871665201
        },
        {
            "start": 871665208,
            "stop": 871666207
        },
        {
            "start": 871666241,
            "stop": 871668405
        },
        {
            "start": 871668412,
            "stop": 871668545
        },
        {
            "start": 871668579,
            "stop": 871668619
        },
        {
            "start": 871668658,
            "stop": 871669215
        },
        {
            "start": 871669335,
            "stop": 871671888
        },
        {
            "start": 871672944,
            "stop": 871674840
        },
        {
            "start": 871675020,
            "stop": 871675123
        }
    ]
}