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=4603
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=4604",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4602",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4603,
    "results": [
        {
            "start": 969191241,
            "stop": 969191253
        },
        {
            "start": 969191255,
            "stop": 969191259
        },
        {
            "start": 969191262,
            "stop": 969191269
        },
        {
            "start": 969191275,
            "stop": 969191284
        },
        {
            "start": 969191287,
            "stop": 969191291
        },
        {
            "start": 969191294,
            "stop": 969191306
        },
        {
            "start": 969191308,
            "stop": 969191312
        },
        {
            "start": 969191315,
            "stop": 969191342
        },
        {
            "start": 969191344,
            "stop": 969191347
        },
        {
            "start": 969191352,
            "stop": 969191354
        },
        {
            "start": 969191355,
            "stop": 969191360
        },
        {
            "start": 969191363,
            "stop": 969191372
        },
        {
            "start": 969191373,
            "stop": 969191384
        },
        {
            "start": 969191387,
            "stop": 969191400
        },
        {
            "start": 969191402,
            "stop": 969191406
        },
        {
            "start": 969191409,
            "stop": 969191412
        },
        {
            "start": 969191415,
            "stop": 969191428
        },
        {
            "start": 969191431,
            "stop": 969191434
        },
        {
            "start": 969191437,
            "stop": 969191441
        },
        {
            "start": 969191447,
            "stop": 969191448
        }
    ]
}