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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3614",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3612",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3613,
    "results": [
        {
            "start": 872133234,
            "stop": 872133300
        },
        {
            "start": 872133360,
            "stop": 872133690
        },
        {
            "start": 872133708,
            "stop": 872133744
        },
        {
            "start": 872133761,
            "stop": 872133767
        },
        {
            "start": 872133784,
            "stop": 872133852
        },
        {
            "start": 872133869,
            "stop": 872133931
        },
        {
            "start": 872133961,
            "stop": 872134140
        },
        {
            "start": 872134200,
            "stop": 872134215
        },
        {
            "start": 872134232,
            "stop": 872134245
        },
        {
            "start": 872134262,
            "stop": 872135052
        },
        {
            "start": 872135069,
            "stop": 872135661
        },
        {
            "start": 872135678,
            "stop": 872135939
        },
        {
            "start": 872135956,
            "stop": 872136151
        },
        {
            "start": 872136168,
            "stop": 872136742
        },
        {
            "start": 872136759,
            "stop": 872136768
        },
        {
            "start": 872136785,
            "stop": 872139597
        },
        {
            "start": 872139614,
            "stop": 872139715
        },
        {
            "start": 872139732,
            "stop": 872140773
        },
        {
            "start": 872140790,
            "stop": 872140913
        },
        {
            "start": 872140971,
            "stop": 872141117
        }
    ]
}