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=483
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=484",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=482",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 483,
    "results": [
        {
            "start": 826474292,
            "stop": 826474454
        },
        {
            "start": 826474473,
            "stop": 826474568
        },
        {
            "start": 826474585,
            "stop": 826474690
        },
        {
            "start": 826474709,
            "stop": 826474844
        },
        {
            "start": 826474861,
            "stop": 826475053
        },
        {
            "start": 826475070,
            "stop": 826475093
        },
        {
            "start": 826475126,
            "stop": 826475172
        },
        {
            "start": 826475190,
            "stop": 826475477
        },
        {
            "start": 826475494,
            "stop": 826475880
        },
        {
            "start": 826475940,
            "stop": 826476352
        },
        {
            "start": 826476371,
            "stop": 826476573
        },
        {
            "start": 826476594,
            "stop": 826477704
        },
        {
            "start": 826477723,
            "stop": 826478324
        },
        {
            "start": 826478346,
            "stop": 826478477
        },
        {
            "start": 826481668,
            "stop": 826485016
        },
        {
            "start": 826485034,
            "stop": 826485090
        },
        {
            "start": 826485107,
            "stop": 826485166
        },
        {
            "start": 826485183,
            "stop": 826485184
        },
        {
            "start": 826485202,
            "stop": 826485261
        },
        {
            "start": 826485279,
            "stop": 826485309
        }
    ]
}