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=77
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=78",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=76",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 77,
    "results": [
        {
            "start": 822913379,
            "stop": 822913389
        },
        {
            "start": 822913398,
            "stop": 822913418
        },
        {
            "start": 822913422,
            "stop": 822913442
        },
        {
            "start": 822913447,
            "stop": 822913452
        },
        {
            "start": 822913456,
            "stop": 822913567
        },
        {
            "start": 822913571,
            "stop": 822913577
        },
        {
            "start": 822913585,
            "stop": 822914499
        },
        {
            "start": 822914513,
            "stop": 822914533
        },
        {
            "start": 822914537,
            "stop": 822914595
        },
        {
            "start": 822914599,
            "stop": 822914617
        },
        {
            "start": 822914763,
            "stop": 822914768
        },
        {
            "start": 822914776,
            "stop": 822914792
        },
        {
            "start": 822914795,
            "stop": 822914820
        },
        {
            "start": 822914824,
            "stop": 822914873
        },
        {
            "start": 822914882,
            "stop": 822914897
        },
        {
            "start": 822914911,
            "stop": 822914926
        },
        {
            "start": 822914935,
            "stop": 822914945
        },
        {
            "start": 822917469,
            "stop": 822920394
        },
        {
            "start": 822922220,
            "stop": 822928152
        },
        {
            "start": 822928321,
            "stop": 822931343
        }
    ]
}