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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=72",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=70",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 71,
    "results": [
        {
            "start": 818345636,
            "stop": 818346853
        },
        {
            "start": 818349742,
            "stop": 818352306
        },
        {
            "start": 818355312,
            "stop": 818356273
        },
        {
            "start": 818358542,
            "stop": 818365813
        },
        {
            "start": 818365824,
            "stop": 818365825
        },
        {
            "start": 818367579,
            "stop": 818370152
        },
        {
            "start": 818370159,
            "stop": 818370673
        },
        {
            "start": 818370726,
            "stop": 818370727
        },
        {
            "start": 818371863,
            "stop": 818372760
        },
        {
            "start": 818372767,
            "stop": 818387420
        },
        {
            "start": 818387424,
            "stop": 818407393
        },
        {
            "start": 818409295,
            "stop": 818415163
        },
        {
            "start": 818415344,
            "stop": 818419686
        },
        {
            "start": 818419755,
            "stop": 818422765
        },
        {
            "start": 818422769,
            "stop": 818426005
        },
        {
            "start": 818426011,
            "stop": 818426533
        },
        {
            "start": 818428397,
            "stop": 818430709
        },
        {
            "start": 818430713,
            "stop": 818438953
        },
        {
            "start": 818448634,
            "stop": 818449333
        },
        {
            "start": 818449563,
            "stop": 818449864
        }
    ]
}