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=854
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=855",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=853",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 854,
    "results": [
        {
            "start": 864766280,
            "stop": 864766340
        },
        {
            "start": 864766654,
            "stop": 864766774
        },
        {
            "start": 864779498,
            "stop": 864785258
        },
        {
            "start": 864787334,
            "stop": 864791654
        },
        {
            "start": 864791804,
            "stop": 864803414
        },
        {
            "start": 864804696,
            "stop": 864806316
        },
        {
            "start": 864808850,
            "stop": 864814190
        },
        {
            "start": 864814406,
            "stop": 864825686
        },
        {
            "start": 864825887,
            "stop": 864829847
        },
        {
            "start": 864830010,
            "stop": 864831630
        },
        {
            "start": 864831825,
            "stop": 864832965
        },
        {
            "start": 864833511,
            "stop": 864833871
        },
        {
            "start": 864834027,
            "stop": 864834867
        },
        {
            "start": 864835877,
            "stop": 864836057
        },
        {
            "start": 864836188,
            "stop": 864837748
        },
        {
            "start": 864837891,
            "stop": 864838611
        },
        {
            "start": 864838779,
            "stop": 864838839
        },
        {
            "start": 864839159,
            "stop": 864839219
        },
        {
            "start": 864839489,
            "stop": 864839549
        },
        {
            "start": 864839805,
            "stop": 864840225
        }
    ]
}