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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=320",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=318",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 319,
    "results": [
        {
            "start": 931748193,
            "stop": 931748194
        },
        {
            "start": 931748195,
            "stop": 931748232
        },
        {
            "start": 931755976,
            "stop": 931755988
        },
        {
            "start": 931755991,
            "stop": 931755993
        },
        {
            "start": 931756000,
            "stop": 931756013
        },
        {
            "start": 931756014,
            "stop": 931756671
        },
        {
            "start": 931756673,
            "stop": 931756820
        },
        {
            "start": 931756822,
            "stop": 931757040
        },
        {
            "start": 931757042,
            "stop": 931757219
        },
        {
            "start": 931757221,
            "stop": 931757299
        },
        {
            "start": 931757301,
            "stop": 931757305
        },
        {
            "start": 931757307,
            "stop": 931757316
        },
        {
            "start": 931757319,
            "stop": 931757322
        },
        {
            "start": 931757341,
            "stop": 931757342
        },
        {
            "start": 931757354,
            "stop": 931757355
        },
        {
            "start": 931757359,
            "stop": 931757384
        },
        {
            "start": 931757385,
            "stop": 931757387
        },
        {
            "start": 931757388,
            "stop": 931757397
        },
        {
            "start": 931757428,
            "stop": 931757432
        },
        {
            "start": 931757434,
            "stop": 931757438
        }
    ]
}