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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=265",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=263",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 264,
    "results": [
        {
            "start": 820993526,
            "stop": 820993827
        },
        {
            "start": 820994952,
            "stop": 820995784
        },
        {
            "start": 820996355,
            "stop": 820996443
        },
        {
            "start": 820996450,
            "stop": 820996614
        },
        {
            "start": 820997222,
            "stop": 820997599
        },
        {
            "start": 820997607,
            "stop": 820997814
        },
        {
            "start": 820997821,
            "stop": 820997826
        },
        {
            "start": 820997833,
            "stop": 820997981
        },
        {
            "start": 820997988,
            "stop": 820998128
        },
        {
            "start": 820998132,
            "stop": 820998683
        },
        {
            "start": 821023036,
            "stop": 821023144
        },
        {
            "start": 821023350,
            "stop": 821023387
        },
        {
            "start": 821024697,
            "stop": 821024834
        },
        {
            "start": 821024841,
            "stop": 821024910
        },
        {
            "start": 821024917,
            "stop": 821025286
        },
        {
            "start": 821025289,
            "stop": 821025317
        },
        {
            "start": 821025320,
            "stop": 821025882
        },
        {
            "start": 821025885,
            "stop": 821026576
        },
        {
            "start": 821026579,
            "stop": 821026599
        },
        {
            "start": 821026608,
            "stop": 821026688
        }
    ]
}