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=143
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=144",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=142",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 143,
    "results": [
        {
            "start": 821531071,
            "stop": 821531148
        },
        {
            "start": 821531151,
            "stop": 821531645
        },
        {
            "start": 821531648,
            "stop": 821531687
        },
        {
            "start": 821531690,
            "stop": 821531806
        },
        {
            "start": 821531809,
            "stop": 821531823
        },
        {
            "start": 821531826,
            "stop": 821536362
        },
        {
            "start": 821536365,
            "stop": 821536471
        },
        {
            "start": 821536474,
            "stop": 821536480
        },
        {
            "start": 821536484,
            "stop": 821536488
        },
        {
            "start": 821536491,
            "stop": 821536542
        },
        {
            "start": 821536545,
            "stop": 821536719
        },
        {
            "start": 821536722,
            "stop": 821536763
        },
        {
            "start": 821536766,
            "stop": 821536770
        },
        {
            "start": 821536773,
            "stop": 821536833
        },
        {
            "start": 821536836,
            "stop": 821536951
        },
        {
            "start": 821536954,
            "stop": 821536991
        },
        {
            "start": 821536994,
            "stop": 821537252
        },
        {
            "start": 821537255,
            "stop": 821537274
        },
        {
            "start": 821537277,
            "stop": 821537428
        },
        {
            "start": 821537436,
            "stop": 821537449
        }
    ]
}