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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=268",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=266",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 267,
    "results": [
        {
            "start": 856015300,
            "stop": 856015321
        },
        {
            "start": 856015342,
            "stop": 856015390
        },
        {
            "start": 856015517,
            "stop": 856015587
        },
        {
            "start": 856015616,
            "stop": 856015691
        },
        {
            "start": 856015710,
            "stop": 856015736
        },
        {
            "start": 856015760,
            "stop": 856016028
        },
        {
            "start": 856016072,
            "stop": 856016127
        },
        {
            "start": 856016166,
            "stop": 856016198
        },
        {
            "start": 856016217,
            "stop": 856016245
        },
        {
            "start": 856016264,
            "stop": 856016287
        },
        {
            "start": 856016315,
            "stop": 856016386
        },
        {
            "start": 856016407,
            "stop": 856016592
        },
        {
            "start": 856016611,
            "stop": 856016818
        },
        {
            "start": 856016837,
            "stop": 856016841
        },
        {
            "start": 856016862,
            "stop": 856016882
        },
        {
            "start": 856016901,
            "stop": 856017347
        },
        {
            "start": 856017366,
            "stop": 856017530
        },
        {
            "start": 856017551,
            "stop": 856022430
        },
        {
            "start": 856052698,
            "stop": 856052774
        },
        {
            "start": 856052844,
            "stop": 856058213
        }
    ]
}