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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=215",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=213",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 214,
    "results": [
        {
            "start": 1262022938,
            "stop": 1262022965
        },
        {
            "start": 1262022970,
            "stop": 1262024191
        },
        {
            "start": 1262024192,
            "stop": 1262025191
        },
        {
            "start": 1262025194,
            "stop": 1262026434
        },
        {
            "start": 1262026435,
            "stop": 1262027268
        },
        {
            "start": 1262027270,
            "stop": 1262027980
        },
        {
            "start": 1262027981,
            "stop": 1262031651
        },
        {
            "start": 1262031652,
            "stop": 1262032570
        },
        {
            "start": 1262032573,
            "stop": 1262033805
        },
        {
            "start": 1262033808,
            "stop": 1262035157
        },
        {
            "start": 1262035160,
            "stop": 1262036417
        },
        {
            "start": 1262036419,
            "stop": 1262037047
        },
        {
            "start": 1262037051,
            "stop": 1262041740
        },
        {
            "start": 1262041745,
            "stop": 1262041825
        },
        {
            "start": 1262041828,
            "stop": 1262044210
        },
        {
            "start": 1262044211,
            "stop": 1262047543
        },
        {
            "start": 1262047548,
            "stop": 1262049465
        },
        {
            "start": 1262049469,
            "stop": 1262050725
        },
        {
            "start": 1262050728,
            "stop": 1262053343
        },
        {
            "start": 1262053344,
            "stop": 1262053917
        }
    ]
}