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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=34",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=32",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 33,
    "results": [
        {
            "start": 931502165,
            "stop": 931502166
        },
        {
            "start": 931502180,
            "stop": 931502187
        },
        {
            "start": 931502197,
            "stop": 931502201
        },
        {
            "start": 931502209,
            "stop": 931502219
        },
        {
            "start": 931502226,
            "stop": 931502244
        },
        {
            "start": 931502250,
            "stop": 931502256
        },
        {
            "start": 931502270,
            "stop": 931502272
        },
        {
            "start": 931502279,
            "stop": 931502286
        },
        {
            "start": 931502293,
            "stop": 931502307
        },
        {
            "start": 931502314,
            "stop": 931502323
        },
        {
            "start": 931502330,
            "stop": 931502334
        },
        {
            "start": 931502341,
            "stop": 931502348
        },
        {
            "start": 931502358,
            "stop": 931502367
        },
        {
            "start": 931502374,
            "stop": 931502389
        },
        {
            "start": 931502396,
            "stop": 931502399
        },
        {
            "start": 931502406,
            "stop": 931502417
        },
        {
            "start": 931502423,
            "stop": 931502459
        },
        {
            "start": 931502466,
            "stop": 931502486
        },
        {
            "start": 931502498,
            "stop": 931502514
        },
        {
            "start": 931502533,
            "stop": 931502534
        }
    ]
}