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=249
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=250",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=248",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 249,
    "results": [
        {
            "start": 934306329,
            "stop": 934306336
        },
        {
            "start": 934306339,
            "stop": 934306466
        },
        {
            "start": 934306471,
            "stop": 934306980
        },
        {
            "start": 934306982,
            "stop": 934306984
        },
        {
            "start": 934306986,
            "stop": 934306996
        },
        {
            "start": 934306998,
            "stop": 934307000
        },
        {
            "start": 934307002,
            "stop": 934307011
        },
        {
            "start": 934307014,
            "stop": 934307016
        },
        {
            "start": 934307019,
            "stop": 934307026
        },
        {
            "start": 934307029,
            "stop": 934307031
        },
        {
            "start": 934307034,
            "stop": 934307041
        },
        {
            "start": 934307044,
            "stop": 934307046
        },
        {
            "start": 934307050,
            "stop": 934307056
        },
        {
            "start": 934307059,
            "stop": 934307151
        },
        {
            "start": 934307154,
            "stop": 934307161
        },
        {
            "start": 934307164,
            "stop": 934307166
        },
        {
            "start": 934307169,
            "stop": 934307192
        },
        {
            "start": 934307194,
            "stop": 934307197
        },
        {
            "start": 934307199,
            "stop": 934307211
        },
        {
            "start": 934307214,
            "stop": 934307478
        }
    ]
}