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=302
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=303",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=301",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 302,
    "results": [
        {
            "start": 821720574,
            "stop": 821720576
        },
        {
            "start": 821720579,
            "stop": 821720628
        },
        {
            "start": 821720635,
            "stop": 821720656
        },
        {
            "start": 821720659,
            "stop": 821720673
        },
        {
            "start": 821720676,
            "stop": 821720711
        },
        {
            "start": 821720716,
            "stop": 821720728
        },
        {
            "start": 821720731,
            "stop": 821720743
        },
        {
            "start": 821720746,
            "stop": 821720786
        },
        {
            "start": 821720789,
            "stop": 821720806
        },
        {
            "start": 821720809,
            "stop": 821720830
        },
        {
            "start": 821720833,
            "stop": 821720955
        },
        {
            "start": 821720958,
            "stop": 821720961
        },
        {
            "start": 821720964,
            "stop": 821720980
        },
        {
            "start": 821720983,
            "stop": 821720984
        },
        {
            "start": 821720987,
            "stop": 821721127
        },
        {
            "start": 821721130,
            "stop": 821721150
        },
        {
            "start": 821722872,
            "stop": 821722947
        },
        {
            "start": 821722955,
            "stop": 821722957
        },
        {
            "start": 821722960,
            "stop": 821723160
        },
        {
            "start": 821723163,
            "stop": 821723164
        }
    ]
}