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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=51",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=49",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 50,
    "results": [
        {
            "start": 1402132711,
            "stop": 1402137510
        },
        {
            "start": 1402137515,
            "stop": 1402138071
        },
        {
            "start": 1402138074,
            "stop": 1402139583
        },
        {
            "start": 1402139586,
            "stop": 1402141169
        },
        {
            "start": 1402141172,
            "stop": 1402146088
        },
        {
            "start": 1402169987,
            "stop": 1402171705
        },
        {
            "start": 1402171710,
            "stop": 1402171849
        },
        {
            "start": 1402171852,
            "stop": 1402171855
        },
        {
            "start": 1402171857,
            "stop": 1402176380
        },
        {
            "start": 1402176384,
            "stop": 1402178480
        },
        {
            "start": 1402183386,
            "stop": 1402193561
        },
        {
            "start": 1402193564,
            "stop": 1402194985
        },
        {
            "start": 1402199576,
            "stop": 1402202476
        },
        {
            "start": 1402202480,
            "stop": 1402206120
        },
        {
            "start": 1402206123,
            "stop": 1402208334
        },
        {
            "start": 1402208339,
            "stop": 1402211602
        },
        {
            "start": 1402211605,
            "stop": 1402216268
        },
        {
            "start": 1402216270,
            "stop": 1402226055
        },
        {
            "start": 1402231542,
            "stop": 1402233607
        },
        {
            "start": 1402233609,
            "stop": 1402248245
        }
    ]
}