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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1895",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1893",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1894,
    "results": [
        {
            "start": 846691521,
            "stop": 846691525
        },
        {
            "start": 846691526,
            "stop": 846691533
        },
        {
            "start": 846691537,
            "stop": 846691551
        },
        {
            "start": 846691553,
            "stop": 846691563
        },
        {
            "start": 846691564,
            "stop": 846691566
        },
        {
            "start": 846691568,
            "stop": 846691590
        },
        {
            "start": 846691650,
            "stop": 846691777
        },
        {
            "start": 846691783,
            "stop": 846691790
        },
        {
            "start": 846691795,
            "stop": 846692335
        },
        {
            "start": 846692856,
            "stop": 846693425
        },
        {
            "start": 846693433,
            "stop": 846698790
        },
        {
            "start": 846698850,
            "stop": 846698861
        },
        {
            "start": 846699263,
            "stop": 846702800
        },
        {
            "start": 846702808,
            "stop": 846703237
        },
        {
            "start": 846703245,
            "stop": 846703257
        },
        {
            "start": 846703263,
            "stop": 846703270
        },
        {
            "start": 846703275,
            "stop": 846703306
        },
        {
            "start": 846703887,
            "stop": 846705990
        },
        {
            "start": 846706110,
            "stop": 846746041
        },
        {
            "start": 846746044,
            "stop": 846746052
        }
    ]
}