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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CW_CAT1/segments?format=api&page=2",
    "previous": null,
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 1,
    "results": [
        {
            "start": 1396460297,
            "stop": 1396484456
        },
        {
            "start": 1396484504,
            "stop": 1396488353
        },
        {
            "start": 1396495499,
            "stop": 1396510114
        },
        {
            "start": 1396515352,
            "stop": 1396532971
        },
        {
            "start": 1396537963,
            "stop": 1396551089
        },
        {
            "start": 1396555207,
            "stop": 1396573484
        },
        {
            "start": 1396575886,
            "stop": 1396578024
        },
        {
            "start": 1396580533,
            "stop": 1396597474
        },
        {
            "start": 1396645439,
            "stop": 1396677561
        },
        {
            "start": 1396731998,
            "stop": 1396779822
        },
        {
            "start": 1396779942,
            "stop": 1396788077
        },
        {
            "start": 1396789326,
            "stop": 1396792222
        },
        {
            "start": 1396792403,
            "stop": 1396792807
        },
        {
            "start": 1396875473,
            "stop": 1396875647
        },
        {
            "start": 1396875648,
            "stop": 1396878821
        },
        {
            "start": 1396878823,
            "stop": 1396893219
        },
        {
            "start": 1396893223,
            "stop": 1396895426
        },
        {
            "start": 1396897351,
            "stop": 1396900770
        },
        {
            "start": 1396907478,
            "stop": 1396908108
        },
        {
            "start": 1396913891,
            "stop": 1396921529
        }
    ]
}