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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=203",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=201",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 202,
    "results": [
        {
            "start": 820420463,
            "stop": 820420513
        },
        {
            "start": 820420799,
            "stop": 820421054
        },
        {
            "start": 820421061,
            "stop": 820421550
        },
        {
            "start": 820421557,
            "stop": 820421621
        },
        {
            "start": 820421637,
            "stop": 820421778
        },
        {
            "start": 820421785,
            "stop": 820422060
        },
        {
            "start": 820422180,
            "stop": 820422305
        },
        {
            "start": 820422312,
            "stop": 820422390
        },
        {
            "start": 820422398,
            "stop": 820422452
        },
        {
            "start": 820422459,
            "stop": 820422658
        },
        {
            "start": 820422673,
            "stop": 820422973
        },
        {
            "start": 820423203,
            "stop": 820423318
        },
        {
            "start": 820423326,
            "stop": 820423464
        },
        {
            "start": 820423471,
            "stop": 820423618
        },
        {
            "start": 820423625,
            "stop": 820424002
        },
        {
            "start": 820424010,
            "stop": 820424054
        },
        {
            "start": 820424062,
            "stop": 820424194
        },
        {
            "start": 820424201,
            "stop": 820424353
        },
        {
            "start": 820424392,
            "stop": 820424393
        },
        {
            "start": 820425095,
            "stop": 820425180
        }
    ]
}