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=444
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=445",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=443",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 444,
    "results": [
        {
            "start": 1261659595,
            "stop": 1261659668
        },
        {
            "start": 1261659671,
            "stop": 1261659676
        },
        {
            "start": 1261659679,
            "stop": 1261659754
        },
        {
            "start": 1261659757,
            "stop": 1261659767
        },
        {
            "start": 1261659770,
            "stop": 1261659832
        },
        {
            "start": 1261659835,
            "stop": 1261660187
        },
        {
            "start": 1261660190,
            "stop": 1261660196
        },
        {
            "start": 1261660199,
            "stop": 1261660651
        },
        {
            "start": 1261660654,
            "stop": 1261660669
        },
        {
            "start": 1261660672,
            "stop": 1261661206
        },
        {
            "start": 1261661209,
            "stop": 1261662625
        },
        {
            "start": 1261662628,
            "stop": 1261662749
        },
        {
            "start": 1261662752,
            "stop": 1261663440
        },
        {
            "start": 1261663443,
            "stop": 1261663499
        },
        {
            "start": 1261663502,
            "stop": 1261663524
        },
        {
            "start": 1261663527,
            "stop": 1261663890
        },
        {
            "start": 1261663893,
            "stop": 1261663898
        },
        {
            "start": 1261663901,
            "stop": 1261663964
        },
        {
            "start": 1261663967,
            "stop": 1261664290
        },
        {
            "start": 1261664293,
            "stop": 1261664575
        }
    ]
}