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=725
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=726",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=724",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 725,
    "results": [
        {
            "start": 854496229,
            "stop": 854503759
        },
        {
            "start": 854503909,
            "stop": 854504029
        },
        {
            "start": 854504199,
            "stop": 854504619
        },
        {
            "start": 854505314,
            "stop": 854506214
        },
        {
            "start": 854506412,
            "stop": 854513552
        },
        {
            "start": 854513706,
            "stop": 854515986
        },
        {
            "start": 854516148,
            "stop": 854523348
        },
        {
            "start": 854524922,
            "stop": 854526362
        },
        {
            "start": 854526521,
            "stop": 854528321
        },
        {
            "start": 854528473,
            "stop": 854528803
        },
        {
            "start": 854528953,
            "stop": 854529463
        },
        {
            "start": 854529613,
            "stop": 854530723
        },
        {
            "start": 854530873,
            "stop": 854531473
        },
        {
            "start": 854531563,
            "stop": 854534683
        },
        {
            "start": 854534833,
            "stop": 854546773
        },
        {
            "start": 854547129,
            "stop": 854548449
        },
        {
            "start": 854548592,
            "stop": 854548652
        },
        {
            "start": 854552170,
            "stop": 854554060
        },
        {
            "start": 854554210,
            "stop": 854555950
        },
        {
            "start": 854556736,
            "stop": 854559256
        }
    ]
}