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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9857",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9855",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9856,
    "results": [
        {
            "start": 869885996,
            "stop": 869886106
        },
        {
            "start": 869886124,
            "stop": 869886246
        },
        {
            "start": 869886263,
            "stop": 869886665
        },
        {
            "start": 869886683,
            "stop": 869886730
        },
        {
            "start": 869886887,
            "stop": 869886976
        },
        {
            "start": 869886993,
            "stop": 869887284
        },
        {
            "start": 869887302,
            "stop": 869890899
        },
        {
            "start": 869890916,
            "stop": 869891083
        },
        {
            "start": 869891100,
            "stop": 869893774
        },
        {
            "start": 869893810,
            "stop": 869897777
        },
        {
            "start": 869897794,
            "stop": 869901750
        },
        {
            "start": 869903010,
            "stop": 869909655
        },
        {
            "start": 869910779,
            "stop": 869913840
        },
        {
            "start": 869913900,
            "stop": 869914860
        },
        {
            "start": 869914920,
            "stop": 869916644
        },
        {
            "start": 869916680,
            "stop": 869916736
        },
        {
            "start": 869917994,
            "stop": 869921174
        },
        {
            "start": 869921192,
            "stop": 869921893
        },
        {
            "start": 869921910,
            "stop": 869926264
        },
        {
            "start": 869926282,
            "stop": 869927280
        }
    ]
}