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=252
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=253",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=251",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 252,
    "results": [
        {
            "start": 828433057,
            "stop": 828433237
        },
        {
            "start": 828433546,
            "stop": 828434386
        },
        {
            "start": 828445834,
            "stop": 828445954
        },
        {
            "start": 828446180,
            "stop": 828446240
        },
        {
            "start": 828446387,
            "stop": 828446447
        },
        {
            "start": 828446938,
            "stop": 828447418
        },
        {
            "start": 828449037,
            "stop": 828449457
        },
        {
            "start": 828450017,
            "stop": 828450077
        },
        {
            "start": 828450414,
            "stop": 828450474
        },
        {
            "start": 828451975,
            "stop": 828452035
        },
        {
            "start": 828518350,
            "stop": 828520630
        },
        {
            "start": 828520840,
            "stop": 828521620
        },
        {
            "start": 828521794,
            "stop": 828522814
        },
        {
            "start": 828523238,
            "stop": 828523298
        },
        {
            "start": 828523465,
            "stop": 828523585
        },
        {
            "start": 828524285,
            "stop": 828524405
        },
        {
            "start": 828527154,
            "stop": 828527334
        },
        {
            "start": 828527476,
            "stop": 828527656
        },
        {
            "start": 828532186,
            "stop": 828532246
        },
        {
            "start": 828951236,
            "stop": 828954956
        }
    ]
}