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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4254",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4252",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4253,
    "results": [
        {
            "start": 874588695,
            "stop": 874588733
        },
        {
            "start": 874588752,
            "stop": 874588779
        },
        {
            "start": 874588814,
            "stop": 874588935
        },
        {
            "start": 874588955,
            "stop": 874589156
        },
        {
            "start": 874589175,
            "stop": 874589195
        },
        {
            "start": 874589214,
            "stop": 874589224
        },
        {
            "start": 874589247,
            "stop": 874589279
        },
        {
            "start": 874589298,
            "stop": 874589306
        },
        {
            "start": 874589337,
            "stop": 874589342
        },
        {
            "start": 874589362,
            "stop": 874589597
        },
        {
            "start": 874589616,
            "stop": 874589626
        },
        {
            "start": 874589645,
            "stop": 874589781
        },
        {
            "start": 874589800,
            "stop": 874589842
        },
        {
            "start": 874589861,
            "stop": 874589930
        },
        {
            "start": 874589952,
            "stop": 874590000
        },
        {
            "start": 874590156,
            "stop": 874590240
        },
        {
            "start": 874590300,
            "stop": 874590315
        },
        {
            "start": 874590334,
            "stop": 874590505
        },
        {
            "start": 874590524,
            "stop": 874590664
        },
        {
            "start": 874590683,
            "stop": 874590830
        }
    ]
}