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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3705",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3703",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3704,
    "results": [
        {
            "start": 873234845,
            "stop": 873234846
        },
        {
            "start": 873234863,
            "stop": 873234909
        },
        {
            "start": 873234926,
            "stop": 873234930
        },
        {
            "start": 873234947,
            "stop": 873234951
        },
        {
            "start": 873234968,
            "stop": 873235147
        },
        {
            "start": 873235164,
            "stop": 873235497
        },
        {
            "start": 873235620,
            "stop": 873236127
        },
        {
            "start": 873236295,
            "stop": 873236308
        },
        {
            "start": 873236598,
            "stop": 873236840
        },
        {
            "start": 873236857,
            "stop": 873236976
        },
        {
            "start": 873236993,
            "stop": 873237050
        },
        {
            "start": 873237067,
            "stop": 873237660
        },
        {
            "start": 873237780,
            "stop": 873239220
        },
        {
            "start": 873239280,
            "stop": 873239420
        },
        {
            "start": 873239445,
            "stop": 873239982
        },
        {
            "start": 873239999,
            "stop": 873240210
        },
        {
            "start": 873240227,
            "stop": 873240292
        },
        {
            "start": 873240420,
            "stop": 873242580
        },
        {
            "start": 873242640,
            "stop": 873242733
        },
        {
            "start": 873242750,
            "stop": 873243241
        }
    ]
}