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=138
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=139",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=137",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 138,
    "results": [
        {
            "start": 818417234,
            "stop": 818417243
        },
        {
            "start": 818417251,
            "stop": 818417363
        },
        {
            "start": 818417410,
            "stop": 818417630
        },
        {
            "start": 818417638,
            "stop": 818417677
        },
        {
            "start": 818417685,
            "stop": 818417695
        },
        {
            "start": 818417706,
            "stop": 818417714
        },
        {
            "start": 818417722,
            "stop": 818417723
        },
        {
            "start": 818417731,
            "stop": 818417754
        },
        {
            "start": 818417769,
            "stop": 818417888
        },
        {
            "start": 818417896,
            "stop": 818417913
        },
        {
            "start": 818417921,
            "stop": 818417986
        },
        {
            "start": 818417994,
            "stop": 818418011
        },
        {
            "start": 818418019,
            "stop": 818418027
        },
        {
            "start": 818418035,
            "stop": 818418038
        },
        {
            "start": 818418057,
            "stop": 818418059
        },
        {
            "start": 818418070,
            "stop": 818418091
        },
        {
            "start": 818418101,
            "stop": 818418107
        },
        {
            "start": 818418124,
            "stop": 818418197
        },
        {
            "start": 818418209,
            "stop": 818418574
        },
        {
            "start": 818418582,
            "stop": 818418637
        }
    ]
}