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=10152
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=10153",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10151",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10152,
    "results": [
        {
            "start": 873736289,
            "stop": 873736322
        },
        {
            "start": 873736453,
            "stop": 873736500
        },
        {
            "start": 873736560,
            "stop": 873736572
        },
        {
            "start": 873736590,
            "stop": 873736620
        },
        {
            "start": 873736740,
            "stop": 873736923
        },
        {
            "start": 873736933,
            "stop": 873737020
        },
        {
            "start": 873737027,
            "stop": 873737055
        },
        {
            "start": 873737066,
            "stop": 873737089
        },
        {
            "start": 873737096,
            "stop": 873737100
        },
        {
            "start": 873737160,
            "stop": 873737202
        },
        {
            "start": 873737213,
            "stop": 873737220
        },
        {
            "start": 873737280,
            "stop": 873737340
        },
        {
            "start": 873737580,
            "stop": 873737600
        },
        {
            "start": 873737607,
            "stop": 873737615
        },
        {
            "start": 873737622,
            "stop": 873737640
        },
        {
            "start": 873737707,
            "stop": 873737720
        },
        {
            "start": 873737731,
            "stop": 873737769
        },
        {
            "start": 873737786,
            "stop": 873737820
        },
        {
            "start": 873738028,
            "stop": 873738048
        },
        {
            "start": 873738120,
            "stop": 873738122
        }
    ]
}