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=1364
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=1365",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1363",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1364,
    "results": [
        {
            "start": 843862731,
            "stop": 843862732
        },
        {
            "start": 843862743,
            "stop": 843862745
        },
        {
            "start": 843862813,
            "stop": 843862814
        },
        {
            "start": 843863619,
            "stop": 843863620
        },
        {
            "start": 843863758,
            "stop": 843863759
        },
        {
            "start": 843863857,
            "stop": 843863858
        },
        {
            "start": 843863912,
            "stop": 843863913
        },
        {
            "start": 843864028,
            "stop": 843864029
        },
        {
            "start": 843864161,
            "stop": 843864162
        },
        {
            "start": 843864260,
            "stop": 843864261
        },
        {
            "start": 843864269,
            "stop": 843864270
        },
        {
            "start": 843864327,
            "stop": 843864329
        },
        {
            "start": 843864384,
            "stop": 843864385
        },
        {
            "start": 843864416,
            "stop": 843864417
        },
        {
            "start": 843864484,
            "stop": 843864487
        },
        {
            "start": 843864505,
            "stop": 843864506
        },
        {
            "start": 843864516,
            "stop": 843864517
        },
        {
            "start": 843864593,
            "stop": 843864594
        },
        {
            "start": 843864628,
            "stop": 843864629
        },
        {
            "start": 843864685,
            "stop": 843864686
        }
    ]
}