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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=165",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=163",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 164,
    "results": [
        {
            "start": 818750241,
            "stop": 818750279
        },
        {
            "start": 818750304,
            "stop": 818750306
        },
        {
            "start": 818750314,
            "stop": 818750336
        },
        {
            "start": 818750346,
            "stop": 818750354
        },
        {
            "start": 818750362,
            "stop": 818750374
        },
        {
            "start": 818750382,
            "stop": 818750393
        },
        {
            "start": 818750401,
            "stop": 818750419
        },
        {
            "start": 818750427,
            "stop": 818750435
        },
        {
            "start": 818750452,
            "stop": 818750458
        },
        {
            "start": 818750466,
            "stop": 818750470
        },
        {
            "start": 818750479,
            "stop": 818750493
        },
        {
            "start": 818750503,
            "stop": 818750510
        },
        {
            "start": 818750520,
            "stop": 818750526
        },
        {
            "start": 818750540,
            "stop": 818750542
        },
        {
            "start": 818750553,
            "stop": 818750565
        },
        {
            "start": 818750576,
            "stop": 818750579
        },
        {
            "start": 818750638,
            "stop": 818750645
        },
        {
            "start": 818750677,
            "stop": 818750681
        },
        {
            "start": 818750691,
            "stop": 818750709
        },
        {
            "start": 818750717,
            "stop": 818750725
        }
    ]
}