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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=98",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=96",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 97,
    "results": [
        {
            "start": 956694552,
            "stop": 956694717
        },
        {
            "start": 956695034,
            "stop": 956705190
        },
        {
            "start": 956715746,
            "stop": 956751190
        },
        {
            "start": 956754457,
            "stop": 956831493
        },
        {
            "start": 956832273,
            "stop": 956838681
        },
        {
            "start": 956840347,
            "stop": 956859058
        },
        {
            "start": 956860082,
            "stop": 956860393
        },
        {
            "start": 956861343,
            "stop": 956867955
        },
        {
            "start": 956870342,
            "stop": 956876291
        },
        {
            "start": 956878739,
            "stop": 956884125
        },
        {
            "start": 956889608,
            "stop": 956905194
        },
        {
            "start": 956906071,
            "stop": 956911084
        },
        {
            "start": 956912954,
            "stop": 956920974
        },
        {
            "start": 956984558,
            "stop": 956997274
        },
        {
            "start": 956997765,
            "stop": 956999099
        },
        {
            "start": 957003737,
            "stop": 957013422
        },
        {
            "start": 957045170,
            "stop": 957073332
        },
        {
            "start": 957074038,
            "stop": 957100944
        },
        {
            "start": 957105741,
            "stop": 957108134
        },
        {
            "start": 957110208,
            "stop": 957111280
        }
    ]
}