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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=771",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=769",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 770,
    "results": [
        {
            "start": 862060119,
            "stop": 862066816
        },
        {
            "start": 862085768,
            "stop": 862085899
        },
        {
            "start": 862087409,
            "stop": 862099324
        },
        {
            "start": 862099723,
            "stop": 862130203
        },
        {
            "start": 862130784,
            "stop": 862139790
        },
        {
            "start": 862142289,
            "stop": 862158058
        },
        {
            "start": 862162500,
            "stop": 862163190
        },
        {
            "start": 862166434,
            "stop": 862167098
        },
        {
            "start": 862167100,
            "stop": 862167817
        },
        {
            "start": 862170919,
            "stop": 862177026
        },
        {
            "start": 862178389,
            "stop": 862179432
        },
        {
            "start": 862179941,
            "stop": 862187301
        },
        {
            "start": 862189197,
            "stop": 862189830
        },
        {
            "start": 862189950,
            "stop": 862191630
        },
        {
            "start": 862191690,
            "stop": 862203510
        },
        {
            "start": 862203570,
            "stop": 862207599
        },
        {
            "start": 862208175,
            "stop": 862209330
        },
        {
            "start": 862209450,
            "stop": 862258331
        },
        {
            "start": 862259826,
            "stop": 862262490
        },
        {
            "start": 862263288,
            "stop": 862278810
        }
    ]
}