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=26
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=27",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=25",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 26,
    "results": [
        {
            "start": 819056512,
            "stop": 819056704
        },
        {
            "start": 819056736,
            "stop": 819057912
        },
        {
            "start": 819059272,
            "stop": 819059616
        },
        {
            "start": 819059648,
            "stop": 819060192
        },
        {
            "start": 819061326,
            "stop": 819061873
        },
        {
            "start": 819061926,
            "stop": 819061927
        },
        {
            "start": 819062005,
            "stop": 819062773
        },
        {
            "start": 819062826,
            "stop": 819062827
        },
        {
            "start": 819062939,
            "stop": 819064000
        },
        {
            "start": 819064032,
            "stop": 819066610
        },
        {
            "start": 819069292,
            "stop": 819075637
        },
        {
            "start": 819076642,
            "stop": 819076984
        },
        {
            "start": 819078358,
            "stop": 819079488
        },
        {
            "start": 819079520,
            "stop": 819081344
        },
        {
            "start": 819081376,
            "stop": 819083456
        },
        {
            "start": 819083488,
            "stop": 819088416
        },
        {
            "start": 819088448,
            "stop": 819089413
        },
        {
            "start": 819089611,
            "stop": 819090301
        },
        {
            "start": 819090401,
            "stop": 819091573
        },
        {
            "start": 819091599,
            "stop": 819091600
        }
    ]
}