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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=983",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=981",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 982,
    "results": [
        {
            "start": 869866592,
            "stop": 869867402
        },
        {
            "start": 869867492,
            "stop": 869867552
        },
        {
            "start": 869867612,
            "stop": 869868572
        },
        {
            "start": 869868722,
            "stop": 869874932
        },
        {
            "start": 869875081,
            "stop": 869875441
        },
        {
            "start": 869875730,
            "stop": 869877680
        },
        {
            "start": 869877896,
            "stop": 869882396
        },
        {
            "start": 869882679,
            "stop": 869885529
        },
        {
            "start": 869885945,
            "stop": 869886665
        },
        {
            "start": 869886951,
            "stop": 869893671
        },
        {
            "start": 869893889,
            "stop": 869902049
        },
        {
            "start": 869902893,
            "stop": 869909673
        },
        {
            "start": 869910823,
            "stop": 869916583
        },
        {
            "start": 869918081,
            "stop": 869919701
        },
        {
            "start": 869919859,
            "stop": 869922529
        },
        {
            "start": 869922619,
            "stop": 869925499
        },
        {
            "start": 869925686,
            "stop": 869926826
        },
        {
            "start": 869926981,
            "stop": 869927371
        },
        {
            "start": 869927551,
            "stop": 869928241
        },
        {
            "start": 869956894,
            "stop": 869957074
        }
    ]
}