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=272
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=273",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=271",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 272,
    "results": [
        {
            "start": 821048622,
            "stop": 821048627
        },
        {
            "start": 821048635,
            "stop": 821048643
        },
        {
            "start": 821048650,
            "stop": 821048675
        },
        {
            "start": 821048682,
            "stop": 821048723
        },
        {
            "start": 821048737,
            "stop": 821048743
        },
        {
            "start": 821048746,
            "stop": 821048757
        },
        {
            "start": 821048761,
            "stop": 821048766
        },
        {
            "start": 821048824,
            "stop": 821048875
        },
        {
            "start": 821048882,
            "stop": 821048930
        },
        {
            "start": 821048934,
            "stop": 821048950
        },
        {
            "start": 821048954,
            "stop": 821048962
        },
        {
            "start": 821048966,
            "stop": 821048985
        },
        {
            "start": 821048989,
            "stop": 821049002
        },
        {
            "start": 821049009,
            "stop": 821049026
        },
        {
            "start": 821049030,
            "stop": 821049039
        },
        {
            "start": 821049046,
            "stop": 821049074
        },
        {
            "start": 821049083,
            "stop": 821049099
        },
        {
            "start": 821049102,
            "stop": 821049132
        },
        {
            "start": 821049141,
            "stop": 821049147
        },
        {
            "start": 821049151,
            "stop": 821049153
        }
    ]
}