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=213
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=214",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=212",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 213,
    "results": [
        {
            "start": 1262003940,
            "stop": 1262004432
        },
        {
            "start": 1262004436,
            "stop": 1262007742
        },
        {
            "start": 1262007744,
            "stop": 1262008893
        },
        {
            "start": 1262008896,
            "stop": 1262010267
        },
        {
            "start": 1262010268,
            "stop": 1262012052
        },
        {
            "start": 1262012055,
            "stop": 1262013273
        },
        {
            "start": 1262013274,
            "stop": 1262015576
        },
        {
            "start": 1262015577,
            "stop": 1262017998
        },
        {
            "start": 1262018003,
            "stop": 1262018766
        },
        {
            "start": 1262018767,
            "stop": 1262019805
        },
        {
            "start": 1262019810,
            "stop": 1262020860
        },
        {
            "start": 1262020864,
            "stop": 1262020910
        },
        {
            "start": 1262020911,
            "stop": 1262020954
        },
        {
            "start": 1262020959,
            "stop": 1262021115
        },
        {
            "start": 1262021120,
            "stop": 1262021814
        },
        {
            "start": 1262021815,
            "stop": 1262021881
        },
        {
            "start": 1262021886,
            "stop": 1262021927
        },
        {
            "start": 1262021932,
            "stop": 1262022156
        },
        {
            "start": 1262022157,
            "stop": 1262022404
        },
        {
            "start": 1262022408,
            "stop": 1262022937
        }
    ]
}