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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=389",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=387",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 388,
    "results": [
        {
            "start": 821450647,
            "stop": 821450679
        },
        {
            "start": 821450719,
            "stop": 821450744
        },
        {
            "start": 821450747,
            "stop": 821450766
        },
        {
            "start": 821450785,
            "stop": 821450800
        },
        {
            "start": 821450819,
            "stop": 821450906
        },
        {
            "start": 821450925,
            "stop": 821450941
        },
        {
            "start": 821450960,
            "stop": 821451020
        },
        {
            "start": 821451039,
            "stop": 821451063
        },
        {
            "start": 821451082,
            "stop": 821451103
        },
        {
            "start": 821451106,
            "stop": 821451248
        },
        {
            "start": 821451267,
            "stop": 821451287
        },
        {
            "start": 821451306,
            "stop": 821451309
        },
        {
            "start": 821451328,
            "stop": 821451451
        },
        {
            "start": 821451454,
            "stop": 821451465
        },
        {
            "start": 821451484,
            "stop": 821451506
        },
        {
            "start": 821451528,
            "stop": 821451576
        },
        {
            "start": 821451595,
            "stop": 821451596
        },
        {
            "start": 821451615,
            "stop": 821451659
        },
        {
            "start": 821451684,
            "stop": 821451818
        },
        {
            "start": 821451837,
            "stop": 821452193
        }
    ]
}