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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1141",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1139",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1140,
    "results": [
        {
            "start": 950197429,
            "stop": 950197853
        },
        {
            "start": 950197855,
            "stop": 950199108
        },
        {
            "start": 950199110,
            "stop": 950199353
        },
        {
            "start": 950199355,
            "stop": 950202238
        },
        {
            "start": 950202240,
            "stop": 950204789
        },
        {
            "start": 950204791,
            "stop": 950204992
        },
        {
            "start": 950207584,
            "stop": 950215755
        },
        {
            "start": 950215757,
            "stop": 950216968
        },
        {
            "start": 950222039,
            "stop": 950225549
        },
        {
            "start": 950225551,
            "stop": 950227207
        },
        {
            "start": 950227209,
            "stop": 950238211
        },
        {
            "start": 950238213,
            "stop": 950239716
        },
        {
            "start": 950242517,
            "stop": 950246038
        },
        {
            "start": 950246039,
            "stop": 950247931
        },
        {
            "start": 950250293,
            "stop": 950252046
        },
        {
            "start": 950252048,
            "stop": 950253113
        },
        {
            "start": 950253114,
            "stop": 950253318
        },
        {
            "start": 950253320,
            "stop": 950254956
        },
        {
            "start": 950254958,
            "stop": 950255034
        },
        {
            "start": 950255036,
            "stop": 950255756
        }
    ]
}