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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=277",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=275",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 276,
    "results": [
        {
            "start": 931483964,
            "stop": 931483965
        },
        {
            "start": 931484100,
            "stop": 931484101
        },
        {
            "start": 931484105,
            "stop": 931484108
        },
        {
            "start": 931484123,
            "stop": 931484124
        },
        {
            "start": 931484147,
            "stop": 931484150
        },
        {
            "start": 931484152,
            "stop": 931484154
        },
        {
            "start": 931484159,
            "stop": 931484161
        },
        {
            "start": 931484168,
            "stop": 931484170
        },
        {
            "start": 931484172,
            "stop": 931484173
        },
        {
            "start": 931484286,
            "stop": 931484287
        },
        {
            "start": 931497184,
            "stop": 931497189
        },
        {
            "start": 931497219,
            "stop": 931497225
        },
        {
            "start": 931497258,
            "stop": 931497262
        },
        {
            "start": 931497331,
            "stop": 931497342
        },
        {
            "start": 931497366,
            "stop": 931497403
        },
        {
            "start": 931497438,
            "stop": 931497441
        },
        {
            "start": 931497462,
            "stop": 931497466
        },
        {
            "start": 931497533,
            "stop": 931497542
        },
        {
            "start": 931497581,
            "stop": 931497584
        },
        {
            "start": 931497604,
            "stop": 931497614
        }
    ]
}