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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=272",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=270",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 271,
    "results": [
        {
            "start": 830346243,
            "stop": 830346303
        },
        {
            "start": 830346512,
            "stop": 830346572
        },
        {
            "start": 830347050,
            "stop": 830347230
        },
        {
            "start": 830349431,
            "stop": 830349491
        },
        {
            "start": 830349695,
            "stop": 830349815
        },
        {
            "start": 830350176,
            "stop": 830350356
        },
        {
            "start": 830426661,
            "stop": 830427021
        },
        {
            "start": 830427171,
            "stop": 830427291
        },
        {
            "start": 830427586,
            "stop": 830427646
        },
        {
            "start": 830429516,
            "stop": 830429636
        },
        {
            "start": 830429921,
            "stop": 830429981
        },
        {
            "start": 830430130,
            "stop": 830430430
        },
        {
            "start": 830430575,
            "stop": 830431115
        },
        {
            "start": 830431264,
            "stop": 830431504
        },
        {
            "start": 830431654,
            "stop": 830431894
        },
        {
            "start": 830432533,
            "stop": 830432713
        },
        {
            "start": 830436008,
            "stop": 830437088
        },
        {
            "start": 830437272,
            "stop": 830437362
        },
        {
            "start": 830437503,
            "stop": 830437923
        },
        {
            "start": 830438060,
            "stop": 830438420
        }
    ]
}