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=167
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=168",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=166",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 167,
    "results": [
        {
            "start": 824526160,
            "stop": 824535040
        },
        {
            "start": 824538699,
            "stop": 824538759
        },
        {
            "start": 824538910,
            "stop": 824539630
        },
        {
            "start": 824539791,
            "stop": 824540571
        },
        {
            "start": 824540741,
            "stop": 824542601
        },
        {
            "start": 824542793,
            "stop": 824543453
        },
        {
            "start": 824546242,
            "stop": 824547322
        },
        {
            "start": 824547536,
            "stop": 824551976
        },
        {
            "start": 824552150,
            "stop": 824554670
        },
        {
            "start": 824554851,
            "stop": 824555571
        },
        {
            "start": 824556008,
            "stop": 824556998
        },
        {
            "start": 824557148,
            "stop": 824557268
        },
        {
            "start": 824557441,
            "stop": 824558521
        },
        {
            "start": 824559724,
            "stop": 824561524
        },
        {
            "start": 824566046,
            "stop": 824566286
        },
        {
            "start": 824566482,
            "stop": 824569122
        },
        {
            "start": 824601288,
            "stop": 824604168
        },
        {
            "start": 824607486,
            "stop": 824608446
        },
        {
            "start": 824608822,
            "stop": 824609062
        },
        {
            "start": 824611121,
            "stop": 824614661
        }
    ]
}