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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7924",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7922",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 7923,
    "results": [
        {
            "start": 969997915,
            "stop": 969997920
        },
        {
            "start": 969997923,
            "stop": 969997975
        },
        {
            "start": 969997978,
            "stop": 969998099
        },
        {
            "start": 969998103,
            "stop": 969998300
        },
        {
            "start": 969998305,
            "stop": 969998324
        },
        {
            "start": 969998328,
            "stop": 969998329
        },
        {
            "start": 969998332,
            "stop": 969998410
        },
        {
            "start": 969998413,
            "stop": 969998745
        },
        {
            "start": 969998748,
            "stop": 969998913
        },
        {
            "start": 969998917,
            "stop": 969999196
        },
        {
            "start": 969999199,
            "stop": 969999228
        },
        {
            "start": 969999231,
            "stop": 969999271
        },
        {
            "start": 969999274,
            "stop": 969999325
        },
        {
            "start": 969999328,
            "stop": 969999629
        },
        {
            "start": 969999632,
            "stop": 969999914
        },
        {
            "start": 969999917,
            "stop": 969999932
        },
        {
            "start": 969999935,
            "stop": 969999952
        },
        {
            "start": 969999955,
            "stop": 970000190
        },
        {
            "start": 970000193,
            "stop": 970000222
        },
        {
            "start": 970000225,
            "stop": 970000533
        }
    ]
}