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=263
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=264",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=262",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 263,
    "results": [
        {
            "start": 829940043,
            "stop": 829940103
        },
        {
            "start": 829940989,
            "stop": 829941109
        },
        {
            "start": 829944806,
            "stop": 829944866
        },
        {
            "start": 829945596,
            "stop": 829945656
        },
        {
            "start": 829953727,
            "stop": 829954027
        },
        {
            "start": 829954325,
            "stop": 829955045
        },
        {
            "start": 829955428,
            "stop": 829955998
        },
        {
            "start": 829956148,
            "stop": 829956208
        },
        {
            "start": 829956345,
            "stop": 829956585
        },
        {
            "start": 829957574,
            "stop": 829959014
        },
        {
            "start": 829959104,
            "stop": 829960634
        },
        {
            "start": 829960807,
            "stop": 829964197
        },
        {
            "start": 829965327,
            "stop": 829973727
        },
        {
            "start": 829973879,
            "stop": 829979639
        },
        {
            "start": 829979669,
            "stop": 829981859
        },
        {
            "start": 829986341,
            "stop": 829986881
        },
        {
            "start": 829987044,
            "stop": 829987524
        },
        {
            "start": 829987668,
            "stop": 829987968
        },
        {
            "start": 829988191,
            "stop": 829994521
        },
        {
            "start": 829994671,
            "stop": 829997131
        }
    ]
}