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=751
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=752",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=750",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 751,
    "results": [
        {
            "start": 858879506,
            "stop": 858880376
        },
        {
            "start": 858880606,
            "stop": 858884026
        },
        {
            "start": 858884417,
            "stop": 858885437
        },
        {
            "start": 858887460,
            "stop": 858888540
        },
        {
            "start": 858888750,
            "stop": 858891990
        },
        {
            "start": 858892968,
            "stop": 858893508
        },
        {
            "start": 858893834,
            "stop": 858900974
        },
        {
            "start": 858901124,
            "stop": 858903794
        },
        {
            "start": 858904023,
            "stop": 858911553
        },
        {
            "start": 858911703,
            "stop": 858918453
        },
        {
            "start": 858918603,
            "stop": 858919383
        },
        {
            "start": 858919609,
            "stop": 858921019
        },
        {
            "start": 858921109,
            "stop": 858921469
        },
        {
            "start": 858921559,
            "stop": 858921739
        },
        {
            "start": 858921889,
            "stop": 858922609
        },
        {
            "start": 858922669,
            "stop": 858922789
        },
        {
            "start": 858922909,
            "stop": 858926209
        },
        {
            "start": 858927771,
            "stop": 858932631
        },
        {
            "start": 858932833,
            "stop": 858933913
        },
        {
            "start": 858934135,
            "stop": 858940705
        }
    ]
}