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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3993",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3991",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3992,
    "results": [
        {
            "start": 874636654,
            "stop": 874636655
        },
        {
            "start": 874636658,
            "stop": 874636770
        },
        {
            "start": 874636773,
            "stop": 874637028
        },
        {
            "start": 874637031,
            "stop": 874637544
        },
        {
            "start": 874637547,
            "stop": 874638023
        },
        {
            "start": 874638027,
            "stop": 874638044
        },
        {
            "start": 874638047,
            "stop": 874638259
        },
        {
            "start": 874638263,
            "stop": 874638323
        },
        {
            "start": 874638327,
            "stop": 874638342
        },
        {
            "start": 874638347,
            "stop": 874639478
        },
        {
            "start": 874639481,
            "stop": 874639694
        },
        {
            "start": 874639710,
            "stop": 874639768
        },
        {
            "start": 874639771,
            "stop": 874639841
        },
        {
            "start": 874639845,
            "stop": 874640149
        },
        {
            "start": 874640155,
            "stop": 874640643
        },
        {
            "start": 874640648,
            "stop": 874640702
        },
        {
            "start": 874640705,
            "stop": 874640713
        },
        {
            "start": 874640716,
            "stop": 874640934
        },
        {
            "start": 874640937,
            "stop": 874640943
        },
        {
            "start": 874640953,
            "stop": 874641897
        }
    ]
}