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=330
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=331",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=329",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 330,
    "results": [
        {
            "start": 833915268,
            "stop": 833915328
        },
        {
            "start": 833915935,
            "stop": 833916475
        },
        {
            "start": 833916646,
            "stop": 833917186
        },
        {
            "start": 833920731,
            "stop": 833920851
        },
        {
            "start": 833921185,
            "stop": 833921245
        },
        {
            "start": 833921417,
            "stop": 833921597
        },
        {
            "start": 833926863,
            "stop": 833927283
        },
        {
            "start": 833927561,
            "stop": 833927621
        },
        {
            "start": 833927783,
            "stop": 833927963
        },
        {
            "start": 833928133,
            "stop": 833929273
        },
        {
            "start": 833929442,
            "stop": 833929502
        },
        {
            "start": 833929695,
            "stop": 833932875
        },
        {
            "start": 833933243,
            "stop": 833933513
        },
        {
            "start": 833933573,
            "stop": 833934263
        },
        {
            "start": 833936168,
            "stop": 833936228
        },
        {
            "start": 833936819,
            "stop": 833936879
        },
        {
            "start": 833937999,
            "stop": 833939739
        },
        {
            "start": 833939873,
            "stop": 833941853
        },
        {
            "start": 833942109,
            "stop": 833942589
        },
        {
            "start": 833942729,
            "stop": 833947469
        }
    ]
}