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=95
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=96",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=94",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 95,
    "results": [
        {
            "start": 825535032,
            "stop": 825535048
        },
        {
            "start": 825535051,
            "stop": 825535062
        },
        {
            "start": 825535065,
            "stop": 825535091
        },
        {
            "start": 825535094,
            "stop": 825535104
        },
        {
            "start": 825535136,
            "stop": 825535208
        },
        {
            "start": 825535211,
            "stop": 825535244
        },
        {
            "start": 825535247,
            "stop": 825535273
        },
        {
            "start": 825535278,
            "stop": 825535288
        },
        {
            "start": 825535291,
            "stop": 825535314
        },
        {
            "start": 825535317,
            "stop": 825535324
        },
        {
            "start": 825535327,
            "stop": 825535366
        },
        {
            "start": 825535369,
            "stop": 825535378
        },
        {
            "start": 825535381,
            "stop": 825535473
        },
        {
            "start": 825535476,
            "stop": 825535497
        },
        {
            "start": 825535500,
            "stop": 825535584
        },
        {
            "start": 825535587,
            "stop": 825535599
        },
        {
            "start": 825535603,
            "stop": 825535629
        },
        {
            "start": 825535632,
            "stop": 825535644
        },
        {
            "start": 825535647,
            "stop": 825535656
        },
        {
            "start": 825535659,
            "stop": 825535661
        }
    ]
}