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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=165",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=163",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 164,
    "results": [
        {
            "start": 1126733848,
            "stop": 1126733970
        },
        {
            "start": 1126733971,
            "stop": 1126734261
        },
        {
            "start": 1126734263,
            "stop": 1126734380
        },
        {
            "start": 1126734381,
            "stop": 1126734616
        },
        {
            "start": 1126734617,
            "stop": 1126734998
        },
        {
            "start": 1126735000,
            "stop": 1126735004
        },
        {
            "start": 1126735006,
            "stop": 1126735009
        },
        {
            "start": 1126735011,
            "stop": 1126735015
        },
        {
            "start": 1126735017,
            "stop": 1126735020
        },
        {
            "start": 1126735022,
            "stop": 1126735026
        },
        {
            "start": 1126735028,
            "stop": 1126735032
        },
        {
            "start": 1126735034,
            "stop": 1126735302
        },
        {
            "start": 1126735304,
            "stop": 1126736063
        },
        {
            "start": 1126736066,
            "stop": 1126736067
        },
        {
            "start": 1126736069,
            "stop": 1126736228
        },
        {
            "start": 1126736230,
            "stop": 1126736607
        },
        {
            "start": 1126736608,
            "stop": 1126736728
        },
        {
            "start": 1126736731,
            "stop": 1126737044
        },
        {
            "start": 1126737045,
            "stop": 1126737077
        },
        {
            "start": 1126737079,
            "stop": 1126737434
        }
    ]
}