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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40709",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40707",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40708,
    "results": [
        {
            "start": 874944843,
            "stop": 874944853
        },
        {
            "start": 874944854,
            "stop": 874944874
        },
        {
            "start": 874944876,
            "stop": 874944884
        },
        {
            "start": 874944885,
            "stop": 874944891
        },
        {
            "start": 874944892,
            "stop": 874944896
        },
        {
            "start": 874944897,
            "stop": 874944920
        },
        {
            "start": 874944921,
            "stop": 874944924
        },
        {
            "start": 874944926,
            "stop": 874944931
        },
        {
            "start": 874944932,
            "stop": 874944974
        },
        {
            "start": 874944975,
            "stop": 874944990
        },
        {
            "start": 874944991,
            "stop": 874945000
        },
        {
            "start": 874945004,
            "stop": 874945018
        },
        {
            "start": 874945020,
            "stop": 874945030
        },
        {
            "start": 874945031,
            "stop": 874945039
        },
        {
            "start": 874945042,
            "stop": 874945044
        },
        {
            "start": 874945047,
            "stop": 874945058
        },
        {
            "start": 874945060,
            "stop": 874945087
        },
        {
            "start": 874945089,
            "stop": 874945173
        },
        {
            "start": 874945174,
            "stop": 874945184
        },
        {
            "start": 874945185,
            "stop": 874945189
        }
    ]
}