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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=460",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=458",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 459,
    "results": [
        {
            "start": 821778457,
            "stop": 821778466
        },
        {
            "start": 821778469,
            "stop": 821778476
        },
        {
            "start": 821778479,
            "stop": 821778485
        },
        {
            "start": 821778488,
            "stop": 821778494
        },
        {
            "start": 821778497,
            "stop": 821778498
        },
        {
            "start": 821778501,
            "stop": 821778505
        },
        {
            "start": 821778514,
            "stop": 821778516
        },
        {
            "start": 821778520,
            "stop": 821778523
        },
        {
            "start": 821778534,
            "stop": 821778540
        },
        {
            "start": 821778549,
            "stop": 821778553
        },
        {
            "start": 821778559,
            "stop": 821778564
        },
        {
            "start": 821778568,
            "stop": 821778571
        },
        {
            "start": 821778574,
            "stop": 821778576
        },
        {
            "start": 821778588,
            "stop": 821778592
        },
        {
            "start": 821778598,
            "stop": 821778599
        },
        {
            "start": 821778602,
            "stop": 821778605
        },
        {
            "start": 821778608,
            "stop": 821778611
        },
        {
            "start": 821778622,
            "stop": 821778629
        },
        {
            "start": 821778636,
            "stop": 821778639
        },
        {
            "start": 821778642,
            "stop": 821778643
        }
    ]
}