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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5702",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5700",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5701,
    "results": [
        {
            "start": 874588568,
            "stop": 874588684
        },
        {
            "start": 874588687,
            "stop": 874588741
        },
        {
            "start": 874588744,
            "stop": 874588787
        },
        {
            "start": 874588791,
            "stop": 874588803
        },
        {
            "start": 874588806,
            "stop": 874588943
        },
        {
            "start": 874588947,
            "stop": 874589164
        },
        {
            "start": 874589167,
            "stop": 874589203
        },
        {
            "start": 874589206,
            "stop": 874589232
        },
        {
            "start": 874589239,
            "stop": 874589287
        },
        {
            "start": 874589290,
            "stop": 874589314
        },
        {
            "start": 874589319,
            "stop": 874589325
        },
        {
            "start": 874589329,
            "stop": 874589350
        },
        {
            "start": 874589354,
            "stop": 874589605
        },
        {
            "start": 874589608,
            "stop": 874589634
        },
        {
            "start": 874589637,
            "stop": 874589789
        },
        {
            "start": 874589792,
            "stop": 874589850
        },
        {
            "start": 874589853,
            "stop": 874589938
        },
        {
            "start": 874589944,
            "stop": 874590021
        },
        {
            "start": 874590024,
            "stop": 874590070
        },
        {
            "start": 874590073,
            "stop": 874590120
        }
    ]
}