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=187
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=188",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=186",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 187,
    "results": [
        {
            "start": 1126810115,
            "stop": 1126810119
        },
        {
            "start": 1126810120,
            "stop": 1126810125
        },
        {
            "start": 1126810126,
            "stop": 1126810129
        },
        {
            "start": 1126810130,
            "stop": 1126810175
        },
        {
            "start": 1126810176,
            "stop": 1126810179
        },
        {
            "start": 1126810180,
            "stop": 1126810350
        },
        {
            "start": 1126810351,
            "stop": 1126810389
        },
        {
            "start": 1126810391,
            "stop": 1126810412
        },
        {
            "start": 1126810413,
            "stop": 1126810439
        },
        {
            "start": 1126810440,
            "stop": 1126810453
        },
        {
            "start": 1126810454,
            "stop": 1126810544
        },
        {
            "start": 1126810545,
            "stop": 1126810562
        },
        {
            "start": 1126810563,
            "stop": 1126810599
        },
        {
            "start": 1126810601,
            "stop": 1126810608
        },
        {
            "start": 1126810613,
            "stop": 1126810637
        },
        {
            "start": 1126810817,
            "stop": 1126810840
        },
        {
            "start": 1126810848,
            "stop": 1126810850
        },
        {
            "start": 1126810851,
            "stop": 1126810857
        },
        {
            "start": 1126810858,
            "stop": 1126810859
        },
        {
            "start": 1126810860,
            "stop": 1126810862
        }
    ]
}