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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=420",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=418",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 419,
    "results": [
        {
            "start": 1261474985,
            "stop": 1261475754
        },
        {
            "start": 1261475757,
            "stop": 1261476310
        },
        {
            "start": 1261476313,
            "stop": 1261477757
        },
        {
            "start": 1261477760,
            "stop": 1261478546
        },
        {
            "start": 1261478549,
            "stop": 1261479244
        },
        {
            "start": 1261479247,
            "stop": 1261480400
        },
        {
            "start": 1261480403,
            "stop": 1261481063
        },
        {
            "start": 1261481066,
            "stop": 1261481762
        },
        {
            "start": 1261481765,
            "stop": 1261482214
        },
        {
            "start": 1261482217,
            "stop": 1261482258
        },
        {
            "start": 1261482261,
            "stop": 1261482688
        },
        {
            "start": 1261482691,
            "stop": 1261482880
        },
        {
            "start": 1261482883,
            "stop": 1261484115
        },
        {
            "start": 1261484118,
            "stop": 1261486119
        },
        {
            "start": 1261486122,
            "stop": 1261487645
        },
        {
            "start": 1261487648,
            "stop": 1261488277
        },
        {
            "start": 1261488280,
            "stop": 1261488814
        },
        {
            "start": 1261488817,
            "stop": 1261488925
        },
        {
            "start": 1261488928,
            "stop": 1261490640
        },
        {
            "start": 1261490643,
            "stop": 1261491227
        }
    ]
}