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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=63",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=61",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 62,
    "results": [
        {
            "start": 819315947,
            "stop": 819316007
        },
        {
            "start": 819316328,
            "stop": 819316388
        },
        {
            "start": 819319166,
            "stop": 819319466
        },
        {
            "start": 819319686,
            "stop": 819320106
        },
        {
            "start": 819320255,
            "stop": 819320375
        },
        {
            "start": 819321747,
            "stop": 819322707
        },
        {
            "start": 819322878,
            "stop": 819322998
        },
        {
            "start": 819323210,
            "stop": 819323690
        },
        {
            "start": 819324506,
            "stop": 819325046
        },
        {
            "start": 819326741,
            "stop": 819326861
        },
        {
            "start": 819327144,
            "stop": 819327684
        },
        {
            "start": 819327823,
            "stop": 819328363
        },
        {
            "start": 819328646,
            "stop": 819329096
        },
        {
            "start": 819329496,
            "stop": 819329616
        },
        {
            "start": 819329772,
            "stop": 819330972
        },
        {
            "start": 819331275,
            "stop": 819331695
        },
        {
            "start": 819331838,
            "stop": 819332258
        },
        {
            "start": 819332399,
            "stop": 819332999
        },
        {
            "start": 819333168,
            "stop": 819334728
        },
        {
            "start": 819334895,
            "stop": 819335675
        }
    ]
}