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=72
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=73",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=71",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 72,
    "results": [
        {
            "start": 822823938,
            "stop": 822823943
        },
        {
            "start": 822823962,
            "stop": 822823967
        },
        {
            "start": 822823976,
            "stop": 822823991
        },
        {
            "start": 822823995,
            "stop": 822824016
        },
        {
            "start": 822824020,
            "stop": 822824026
        },
        {
            "start": 822824029,
            "stop": 822824092
        },
        {
            "start": 822824100,
            "stop": 822824127
        },
        {
            "start": 822824192,
            "stop": 822824247
        },
        {
            "start": 822824251,
            "stop": 822824320
        },
        {
            "start": 822824323,
            "stop": 822824917
        },
        {
            "start": 822824921,
            "stop": 822824931
        },
        {
            "start": 822824935,
            "stop": 822825059
        },
        {
            "start": 822825062,
            "stop": 822825555
        },
        {
            "start": 822825603,
            "stop": 822825657
        },
        {
            "start": 822825696,
            "stop": 822825872
        },
        {
            "start": 822825881,
            "stop": 822825915
        },
        {
            "start": 822825920,
            "stop": 822825979
        },
        {
            "start": 822825988,
            "stop": 822826213
        },
        {
            "start": 822826273,
            "stop": 822826295
        },
        {
            "start": 822826308,
            "stop": 822826343
        }
    ]
}