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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=161",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=159",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 160,
    "results": [
        {
            "start": 932859236,
            "stop": 932859319
        },
        {
            "start": 932859343,
            "stop": 932859360
        },
        {
            "start": 932859379,
            "stop": 932859421
        },
        {
            "start": 932859422,
            "stop": 932859440
        },
        {
            "start": 932859486,
            "stop": 932859503
        },
        {
            "start": 932859526,
            "stop": 932859607
        },
        {
            "start": 932859612,
            "stop": 932859916
        },
        {
            "start": 932859917,
            "stop": 932859977
        },
        {
            "start": 932859978,
            "stop": 932861345
        },
        {
            "start": 932882211,
            "stop": 932882213
        },
        {
            "start": 932884342,
            "stop": 932884362
        },
        {
            "start": 932884363,
            "stop": 932884366
        },
        {
            "start": 932884408,
            "stop": 932884410
        },
        {
            "start": 932885022,
            "stop": 932885023
        },
        {
            "start": 932885200,
            "stop": 932885201
        },
        {
            "start": 932885348,
            "stop": 932885350
        },
        {
            "start": 932885396,
            "stop": 932885406
        },
        {
            "start": 932885663,
            "stop": 932885682
        },
        {
            "start": 932885737,
            "stop": 932885739
        },
        {
            "start": 932885774,
            "stop": 932885784
        }
    ]
}