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=760
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=761",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=759",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 760,
    "results": [
        {
            "start": 956832273,
            "stop": 956838786
        },
        {
            "start": 956840347,
            "stop": 956859163
        },
        {
            "start": 956860082,
            "stop": 956860498
        },
        {
            "start": 956861343,
            "stop": 956868060
        },
        {
            "start": 956870342,
            "stop": 956876291
        },
        {
            "start": 956878739,
            "stop": 956884125
        },
        {
            "start": 956889608,
            "stop": 956905299
        },
        {
            "start": 956906071,
            "stop": 956911189
        },
        {
            "start": 956912954,
            "stop": 956921079
        },
        {
            "start": 956984558,
            "stop": 956984855
        },
        {
            "start": 956984860,
            "stop": 956984888
        },
        {
            "start": 956984894,
            "stop": 956985251
        },
        {
            "start": 956985257,
            "stop": 956985513
        },
        {
            "start": 956985519,
            "stop": 956986605
        },
        {
            "start": 956986610,
            "stop": 956987090
        },
        {
            "start": 956987096,
            "stop": 956997274
        },
        {
            "start": 956997765,
            "stop": 956999204
        },
        {
            "start": 957003737,
            "stop": 957004533
        },
        {
            "start": 957004539,
            "stop": 957004633
        },
        {
            "start": 957004639,
            "stop": 957005290
        }
    ]
}