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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=477",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=475",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 476,
    "results": [
        {
            "start": 865745409,
            "stop": 865746298
        },
        {
            "start": 865746598,
            "stop": 865777642
        },
        {
            "start": 865777649,
            "stop": 865780910
        },
        {
            "start": 865780920,
            "stop": 865780923
        },
        {
            "start": 865780925,
            "stop": 865780937
        },
        {
            "start": 865780950,
            "stop": 865781002
        },
        {
            "start": 865781010,
            "stop": 865783320
        },
        {
            "start": 865783380,
            "stop": 865785154
        },
        {
            "start": 865785240,
            "stop": 865788710
        },
        {
            "start": 865788715,
            "stop": 865789630
        },
        {
            "start": 865789635,
            "stop": 865789845
        },
        {
            "start": 865789850,
            "stop": 865789860
        },
        {
            "start": 865789920,
            "stop": 865793122
        },
        {
            "start": 865793128,
            "stop": 865793138
        },
        {
            "start": 865793141,
            "stop": 865793142
        },
        {
            "start": 865793292,
            "stop": 865795030
        },
        {
            "start": 865796583,
            "stop": 865798360
        },
        {
            "start": 865802988,
            "stop": 865804442
        },
        {
            "start": 865804448,
            "stop": 865807155
        },
        {
            "start": 865807158,
            "stop": 865807160
        }
    ]
}