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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=757",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=755",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 756,
    "results": [
        {
            "start": 1267650106,
            "stop": 1267651173
        },
        {
            "start": 1267651178,
            "stop": 1267652488
        },
        {
            "start": 1267652491,
            "stop": 1267655250
        },
        {
            "start": 1267655251,
            "stop": 1267656263
        },
        {
            "start": 1267656265,
            "stop": 1267656374
        },
        {
            "start": 1267656376,
            "stop": 1267656798
        },
        {
            "start": 1267656799,
            "stop": 1267656846
        },
        {
            "start": 1267656847,
            "stop": 1267656850
        },
        {
            "start": 1267656851,
            "stop": 1267657256
        },
        {
            "start": 1267657257,
            "stop": 1267657270
        },
        {
            "start": 1267657271,
            "stop": 1267657293
        },
        {
            "start": 1267657294,
            "stop": 1267657314
        },
        {
            "start": 1267657315,
            "stop": 1267658000
        },
        {
            "start": 1267658003,
            "stop": 1267658164
        },
        {
            "start": 1267658166,
            "stop": 1267658320
        },
        {
            "start": 1267658325,
            "stop": 1267658828
        },
        {
            "start": 1267658831,
            "stop": 1267658982
        },
        {
            "start": 1267658987,
            "stop": 1267659886
        },
        {
            "start": 1267659888,
            "stop": 1267660386
        },
        {
            "start": 1267660389,
            "stop": 1267664238
        }
    ]
}