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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=237",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=235",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 236,
    "results": [
        {
            "start": 820865025,
            "stop": 820865321
        },
        {
            "start": 820865328,
            "stop": 820865748
        },
        {
            "start": 820865755,
            "stop": 820865825
        },
        {
            "start": 820865832,
            "stop": 820866265
        },
        {
            "start": 820866272,
            "stop": 820866428
        },
        {
            "start": 820866440,
            "stop": 820866455
        },
        {
            "start": 820866462,
            "stop": 820866512
        },
        {
            "start": 820866519,
            "stop": 820866526
        },
        {
            "start": 820866533,
            "stop": 820866953
        },
        {
            "start": 820866960,
            "stop": 820867139
        },
        {
            "start": 820867444,
            "stop": 820867456
        },
        {
            "start": 820867463,
            "stop": 820868010
        },
        {
            "start": 820868018,
            "stop": 820868175
        },
        {
            "start": 820868182,
            "stop": 820868614
        },
        {
            "start": 820868621,
            "stop": 820868711
        },
        {
            "start": 820868719,
            "stop": 820868877
        },
        {
            "start": 820868884,
            "stop": 820869010
        },
        {
            "start": 820869017,
            "stop": 820869307
        },
        {
            "start": 820869314,
            "stop": 820869533
        },
        {
            "start": 820869540,
            "stop": 820869774
        }
    ]
}