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=100
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=101",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=99",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 100,
    "results": [
        {
            "start": 932296421,
            "stop": 932296444
        },
        {
            "start": 932296463,
            "stop": 932296467
        },
        {
            "start": 932296472,
            "stop": 932296499
        },
        {
            "start": 932296504,
            "stop": 932296608
        },
        {
            "start": 932296613,
            "stop": 932296693
        },
        {
            "start": 932296724,
            "stop": 932296747
        },
        {
            "start": 932296752,
            "stop": 932296763
        },
        {
            "start": 932296768,
            "stop": 932296783
        },
        {
            "start": 932296802,
            "stop": 932296972
        },
        {
            "start": 932296977,
            "stop": 932297034
        },
        {
            "start": 932297054,
            "stop": 932297057
        },
        {
            "start": 932297079,
            "stop": 932297088
        },
        {
            "start": 932308410,
            "stop": 932313867
        },
        {
            "start": 932313884,
            "stop": 932314476
        },
        {
            "start": 932314481,
            "stop": 932315358
        },
        {
            "start": 932317030,
            "stop": 932318187
        },
        {
            "start": 932318474,
            "stop": 932320998
        },
        {
            "start": 932320999,
            "stop": 932321051
        },
        {
            "start": 932323346,
            "stop": 932326879
        },
        {
            "start": 932326884,
            "stop": 932327032
        }
    ]
}