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/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=268
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=269",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=267",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 268,
    "results": [
        {
            "start": 934397798,
            "stop": 934397858
        },
        {
            "start": 934397978,
            "stop": 934398015
        },
        {
            "start": 934398255,
            "stop": 934398398
        },
        {
            "start": 934398518,
            "stop": 934398638
        },
        {
            "start": 934398698,
            "stop": 934398758
        },
        {
            "start": 934398818,
            "stop": 934399037
        },
        {
            "start": 934399157,
            "stop": 934399298
        },
        {
            "start": 934399358,
            "stop": 934399658
        },
        {
            "start": 934399718,
            "stop": 934399898
        },
        {
            "start": 934399958,
            "stop": 934400198
        },
        {
            "start": 934400258,
            "stop": 934400378
        },
        {
            "start": 934400498,
            "stop": 934400558
        },
        {
            "start": 934400618,
            "stop": 934400678
        },
        {
            "start": 934400738,
            "stop": 934400798
        },
        {
            "start": 934400858,
            "stop": 934400918
        },
        {
            "start": 934401098,
            "stop": 934401158
        },
        {
            "start": 934401218,
            "stop": 934401338
        },
        {
            "start": 934401398,
            "stop": 934401458
        },
        {
            "start": 934401855,
            "stop": 934402178
        },
        {
            "start": 934402238,
            "stop": 934402349
        }
    ]
}