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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=107",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=105",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 106,
    "results": [
        {
            "start": 825910192,
            "stop": 825910198
        },
        {
            "start": 825910207,
            "stop": 825910221
        },
        {
            "start": 825910225,
            "stop": 825910227
        },
        {
            "start": 825910255,
            "stop": 825910261
        },
        {
            "start": 825910280,
            "stop": 825910291
        },
        {
            "start": 825910305,
            "stop": 825910311
        },
        {
            "start": 825910350,
            "stop": 825910356
        },
        {
            "start": 825910375,
            "stop": 825910450
        },
        {
            "start": 825910453,
            "stop": 825910479
        },
        {
            "start": 825910483,
            "stop": 825910497
        },
        {
            "start": 825910517,
            "stop": 825910548
        },
        {
            "start": 825910551,
            "stop": 825910558
        },
        {
            "start": 825910562,
            "stop": 825910587
        },
        {
            "start": 825910590,
            "stop": 825910596
        },
        {
            "start": 825910600,
            "stop": 825910611
        },
        {
            "start": 825910657,
            "stop": 825910683
        },
        {
            "start": 825910700,
            "stop": 825910706
        },
        {
            "start": 825910719,
            "stop": 825910740
        },
        {
            "start": 825910749,
            "stop": 825910753
        },
        {
            "start": 825910764,
            "stop": 825910774
        }
    ]
}