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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=186",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=184",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 185,
    "results": [
        {
            "start": 932994285,
            "stop": 932994333
        },
        {
            "start": 932994352,
            "stop": 932994496
        },
        {
            "start": 932994515,
            "stop": 932994535
        },
        {
            "start": 932994554,
            "stop": 932994576
        },
        {
            "start": 932994577,
            "stop": 932994678
        },
        {
            "start": 932994697,
            "stop": 932994779
        },
        {
            "start": 932994816,
            "stop": 932994879
        },
        {
            "start": 932994898,
            "stop": 932994922
        },
        {
            "start": 932994941,
            "stop": 932994943
        },
        {
            "start": 932994962,
            "stop": 932994989
        },
        {
            "start": 932995008,
            "stop": 932995205
        },
        {
            "start": 932995210,
            "stop": 932995292
        },
        {
            "start": 932995310,
            "stop": 932995497
        },
        {
            "start": 932995515,
            "stop": 932995609
        },
        {
            "start": 932995628,
            "stop": 932995770
        },
        {
            "start": 932995789,
            "stop": 932995809
        },
        {
            "start": 932995828,
            "stop": 932996020
        },
        {
            "start": 932996039,
            "stop": 932996078
        },
        {
            "start": 932996083,
            "stop": 932996185
        },
        {
            "start": 932996186,
            "stop": 932996190
        }
    ]
}