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=59
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=60",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=58",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 59,
    "results": [
        {
            "start": 822477998,
            "stop": 822477999
        },
        {
            "start": 822478157,
            "stop": 822478273
        },
        {
            "start": 822478491,
            "stop": 822478753
        },
        {
            "start": 822480318,
            "stop": 822482389
        },
        {
            "start": 822483124,
            "stop": 822483253
        },
        {
            "start": 822486746,
            "stop": 822486765
        },
        {
            "start": 822486894,
            "stop": 822487153
        },
        {
            "start": 822487304,
            "stop": 822487573
        },
        {
            "start": 822487724,
            "stop": 822487776
        },
        {
            "start": 822487808,
            "stop": 822488962
        },
        {
            "start": 822489181,
            "stop": 822489728
        },
        {
            "start": 822489874,
            "stop": 822491953
        },
        {
            "start": 822492074,
            "stop": 822493993
        },
        {
            "start": 822494164,
            "stop": 822494329
        },
        {
            "start": 822494405,
            "stop": 822495493
        },
        {
            "start": 822495631,
            "stop": 822495820
        },
        {
            "start": 822495913,
            "stop": 822496093
        },
        {
            "start": 822496250,
            "stop": 822496452
        },
        {
            "start": 822510610,
            "stop": 822511093
        },
        {
            "start": 822511272,
            "stop": 822511513
        }
    ]
}