Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=120
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=121",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=119",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 120,
    "results": [
        {
            "start": 1257967592,
            "stop": 1257967609
        },
        {
            "start": 1257967610,
            "stop": 1257967611
        },
        {
            "start": 1257967612,
            "stop": 1257967619
        },
        {
            "start": 1257967620,
            "stop": 1257967625
        },
        {
            "start": 1257967626,
            "stop": 1257967649
        },
        {
            "start": 1257978163,
            "stop": 1257978550
        },
        {
            "start": 1257978553,
            "stop": 1257978615
        },
        {
            "start": 1257978618,
            "stop": 1257978624
        },
        {
            "start": 1257978627,
            "stop": 1257978637
        },
        {
            "start": 1257978638,
            "stop": 1257978647
        },
        {
            "start": 1257978648,
            "stop": 1257978703
        },
        {
            "start": 1257978705,
            "stop": 1257978707
        },
        {
            "start": 1257978709,
            "stop": 1257978713
        },
        {
            "start": 1257978714,
            "stop": 1257979867
        },
        {
            "start": 1257979868,
            "stop": 1257979869
        },
        {
            "start": 1257979870,
            "stop": 1257979893
        },
        {
            "start": 1257979896,
            "stop": 1257980103
        },
        {
            "start": 1257980104,
            "stop": 1257980105
        },
        {
            "start": 1257980106,
            "stop": 1257980142
        },
        {
            "start": 1257980145,
            "stop": 1257980202
        }
    ]
}