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=139
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=140",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=138",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 139,
    "results": [
        {
            "start": 830157033,
            "stop": 830187193
        },
        {
            "start": 830189592,
            "stop": 830189951
        },
        {
            "start": 830190094,
            "stop": 830194208
        },
        {
            "start": 830194410,
            "stop": 830196073
        },
        {
            "start": 830197705,
            "stop": 830200515
        },
        {
            "start": 830201838,
            "stop": 830203419
        },
        {
            "start": 830203531,
            "stop": 830204893
        },
        {
            "start": 830206309,
            "stop": 830277677
        },
        {
            "start": 830277762,
            "stop": 830342773
        },
        {
            "start": 830344465,
            "stop": 830365559
        },
        {
            "start": 830370023,
            "stop": 830380208
        },
        {
            "start": 830380236,
            "stop": 830380237
        },
        {
            "start": 830382399,
            "stop": 830383330
        },
        {
            "start": 830383334,
            "stop": 830384847
        },
        {
            "start": 830384851,
            "stop": 830387233
        },
        {
            "start": 830389065,
            "stop": 830390543
        },
        {
            "start": 830390547,
            "stop": 830390613
        },
        {
            "start": 830390617,
            "stop": 830391152
        },
        {
            "start": 830391156,
            "stop": 830391769
        },
        {
            "start": 830391773,
            "stop": 830391846
        }
    ]
}