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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1407",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1405",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1406,
    "results": [
        {
            "start": 846611069,
            "stop": 846611376
        },
        {
            "start": 846611383,
            "stop": 846611974
        },
        {
            "start": 846611977,
            "stop": 846611993
        },
        {
            "start": 846611996,
            "stop": 846612208
        },
        {
            "start": 846612215,
            "stop": 846612453
        },
        {
            "start": 846612457,
            "stop": 846612466
        },
        {
            "start": 846612469,
            "stop": 846613612
        },
        {
            "start": 846613621,
            "stop": 846613627
        },
        {
            "start": 846613632,
            "stop": 846615042
        },
        {
            "start": 846615045,
            "stop": 846617322
        },
        {
            "start": 846617325,
            "stop": 846617331
        },
        {
            "start": 846617337,
            "stop": 846618209
        },
        {
            "start": 846618215,
            "stop": 846618277
        },
        {
            "start": 846618283,
            "stop": 846620088
        },
        {
            "start": 846620743,
            "stop": 846622390
        },
        {
            "start": 846622393,
            "stop": 846622402
        },
        {
            "start": 846622403,
            "stop": 846623766
        },
        {
            "start": 846624913,
            "stop": 846641626
        },
        {
            "start": 846647923,
            "stop": 846698867
        },
        {
            "start": 846698871,
            "stop": 846703306
        }
    ]
}