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/H2_STOCH_CAT1/segments?format=api&page=199
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=200",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=198",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 199,
    "results": [
        {
            "start": 848433373,
            "stop": 848439959
        },
        {
            "start": 848441458,
            "stop": 848458118
        },
        {
            "start": 848460473,
            "stop": 848466285
        },
        {
            "start": 848468244,
            "stop": 848492173
        },
        {
            "start": 848492765,
            "stop": 848527633
        },
        {
            "start": 848531470,
            "stop": 848581243
        },
        {
            "start": 848582987,
            "stop": 848619415
        },
        {
            "start": 848620376,
            "stop": 848623993
        },
        {
            "start": 848628688,
            "stop": 848629979
        },
        {
            "start": 848635752,
            "stop": 848638412
        },
        {
            "start": 848638417,
            "stop": 848638432
        },
        {
            "start": 848638437,
            "stop": 848638800
        },
        {
            "start": 848644144,
            "stop": 848648653
        },
        {
            "start": 848650551,
            "stop": 848655580
        },
        {
            "start": 848655615,
            "stop": 848658004
        },
        {
            "start": 848658030,
            "stop": 848661400
        },
        {
            "start": 848661419,
            "stop": 848664591
        },
        {
            "start": 848664629,
            "stop": 848664654
        },
        {
            "start": 848664664,
            "stop": 848664667
        },
        {
            "start": 848664672,
            "stop": 848673411
        }
    ]
}