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=260
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=261",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=259",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 260,
    "results": [
        {
            "start": 821686439,
            "stop": 821686483
        },
        {
            "start": 821686486,
            "stop": 821686488
        },
        {
            "start": 821686493,
            "stop": 821686498
        },
        {
            "start": 821686505,
            "stop": 821686507
        },
        {
            "start": 821686516,
            "stop": 821686543
        },
        {
            "start": 821686546,
            "stop": 821686554
        },
        {
            "start": 821686557,
            "stop": 821686565
        },
        {
            "start": 821686568,
            "stop": 821686573
        },
        {
            "start": 821686576,
            "stop": 821686583
        },
        {
            "start": 821686589,
            "stop": 821686601
        },
        {
            "start": 821686607,
            "stop": 821686625
        },
        {
            "start": 821686628,
            "stop": 821686667
        },
        {
            "start": 821686672,
            "stop": 821686681
        },
        {
            "start": 821686685,
            "stop": 821686692
        },
        {
            "start": 821686698,
            "stop": 821686699
        },
        {
            "start": 821686703,
            "stop": 821686705
        },
        {
            "start": 821686708,
            "stop": 821686711
        },
        {
            "start": 821686714,
            "stop": 821686730
        },
        {
            "start": 821686733,
            "stop": 821686739
        },
        {
            "start": 821686743,
            "stop": 821686763
        }
    ]
}