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=276
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=277",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=275",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 276,
    "results": [
        {
            "start": 831215494,
            "stop": 831215734
        },
        {
            "start": 831216922,
            "stop": 831216982
        },
        {
            "start": 831217528,
            "stop": 831217588
        },
        {
            "start": 831255364,
            "stop": 831255484
        },
        {
            "start": 831255811,
            "stop": 831255871
        },
        {
            "start": 831280070,
            "stop": 831281900
        },
        {
            "start": 831282050,
            "stop": 831283610
        },
        {
            "start": 831284378,
            "stop": 831289568
        },
        {
            "start": 831289598,
            "stop": 831289748
        },
        {
            "start": 831289898,
            "stop": 831290018
        },
        {
            "start": 831290048,
            "stop": 831290138
        },
        {
            "start": 831290906,
            "stop": 831290966
        },
        {
            "start": 831293076,
            "stop": 831294096
        },
        {
            "start": 831294274,
            "stop": 831294814
        },
        {
            "start": 831294970,
            "stop": 831295030
        },
        {
            "start": 831295186,
            "stop": 831295306
        },
        {
            "start": 831295597,
            "stop": 831295837
        },
        {
            "start": 831297644,
            "stop": 831297764
        },
        {
            "start": 831297919,
            "stop": 831298159
        },
        {
            "start": 831298326,
            "stop": 831298566
        }
    ]
}