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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8765",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8763",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8764,
    "results": [
        {
            "start": 873225730,
            "stop": 873226583
        },
        {
            "start": 873226600,
            "stop": 873226724
        },
        {
            "start": 873226741,
            "stop": 873226974
        },
        {
            "start": 873226991,
            "stop": 873227090
        },
        {
            "start": 873227170,
            "stop": 873227453
        },
        {
            "start": 873227574,
            "stop": 873228972
        },
        {
            "start": 873228989,
            "stop": 873229299
        },
        {
            "start": 873229303,
            "stop": 873229710
        },
        {
            "start": 873229830,
            "stop": 873229948
        },
        {
            "start": 873229985,
            "stop": 873230570
        },
        {
            "start": 873230650,
            "stop": 873230687
        },
        {
            "start": 873230724,
            "stop": 873230990
        },
        {
            "start": 873231070,
            "stop": 873231230
        },
        {
            "start": 873231310,
            "stop": 873231464
        },
        {
            "start": 873231521,
            "stop": 873231530
        },
        {
            "start": 873231610,
            "stop": 873231870
        },
        {
            "start": 873231888,
            "stop": 873231900
        },
        {
            "start": 873231960,
            "stop": 873232256
        },
        {
            "start": 873232295,
            "stop": 873232372
        },
        {
            "start": 873232389,
            "stop": 873232480
        }
    ]
}