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=95
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=96",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=94",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 95,
    "results": [
        {
            "start": 931327288,
            "stop": 931327296
        },
        {
            "start": 931327301,
            "stop": 931327303
        },
        {
            "start": 931327311,
            "stop": 931327312
        },
        {
            "start": 931327317,
            "stop": 931327321
        },
        {
            "start": 931327330,
            "stop": 931327331
        },
        {
            "start": 931327343,
            "stop": 931327344
        },
        {
            "start": 931327368,
            "stop": 931327370
        },
        {
            "start": 931327375,
            "stop": 931327376
        },
        {
            "start": 931327379,
            "stop": 931327380
        },
        {
            "start": 931327382,
            "stop": 931327384
        },
        {
            "start": 931327387,
            "stop": 931327394
        },
        {
            "start": 931327396,
            "stop": 931327399
        },
        {
            "start": 931327403,
            "stop": 931327409
        },
        {
            "start": 931327412,
            "stop": 931327416
        },
        {
            "start": 931327418,
            "stop": 931327425
        },
        {
            "start": 931327427,
            "stop": 931327432
        },
        {
            "start": 931327434,
            "stop": 931327437
        },
        {
            "start": 931327443,
            "stop": 931327444
        },
        {
            "start": 931327450,
            "stop": 931327453
        },
        {
            "start": 931327455,
            "stop": 931327459
        }
    ]
}