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=1307
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=1308",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1306",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1307,
    "results": [
        {
            "start": 843829825,
            "stop": 843829831
        },
        {
            "start": 843829834,
            "stop": 843829885
        },
        {
            "start": 843829888,
            "stop": 843829928
        },
        {
            "start": 843829931,
            "stop": 843829983
        },
        {
            "start": 843829986,
            "stop": 843830073
        },
        {
            "start": 843830076,
            "stop": 843830116
        },
        {
            "start": 843830121,
            "stop": 843830124
        },
        {
            "start": 843830127,
            "stop": 843830130
        },
        {
            "start": 843830133,
            "stop": 843830144
        },
        {
            "start": 843830147,
            "stop": 843830158
        },
        {
            "start": 843830161,
            "stop": 843830179
        },
        {
            "start": 843830185,
            "stop": 843830239
        },
        {
            "start": 843830242,
            "stop": 843830478
        },
        {
            "start": 843830481,
            "stop": 843830536
        },
        {
            "start": 843830539,
            "stop": 843830566
        },
        {
            "start": 843830569,
            "stop": 843830588
        },
        {
            "start": 843830591,
            "stop": 843830603
        },
        {
            "start": 843830607,
            "stop": 843830693
        },
        {
            "start": 843830696,
            "stop": 843830759
        },
        {
            "start": 843830762,
            "stop": 843830813
        }
    ]
}