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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=81",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=79",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 80,
    "results": [
        {
            "start": 932077210,
            "stop": 932077214
        },
        {
            "start": 932077215,
            "stop": 932077223
        },
        {
            "start": 932077225,
            "stop": 932077237
        },
        {
            "start": 932077238,
            "stop": 932077252
        },
        {
            "start": 932077253,
            "stop": 932077259
        },
        {
            "start": 932077261,
            "stop": 932077281
        },
        {
            "start": 932077282,
            "stop": 932077288
        },
        {
            "start": 932077289,
            "stop": 932077292
        },
        {
            "start": 932077293,
            "stop": 932077301
        },
        {
            "start": 932077302,
            "stop": 932077315
        },
        {
            "start": 932077319,
            "stop": 932077326
        },
        {
            "start": 932077327,
            "stop": 932077331
        },
        {
            "start": 932077332,
            "stop": 932077389
        },
        {
            "start": 932077390,
            "stop": 932077414
        },
        {
            "start": 932077415,
            "stop": 932077429
        },
        {
            "start": 932077431,
            "stop": 932077437
        },
        {
            "start": 932077438,
            "stop": 932077443
        },
        {
            "start": 932077444,
            "stop": 932077454
        },
        {
            "start": 932077456,
            "stop": 932077484
        },
        {
            "start": 932077485,
            "stop": 932077532
        }
    ]
}