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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1218",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1216",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1217,
    "results": [
        {
            "start": 955865735,
            "stop": 955883138
        },
        {
            "start": 955886574,
            "stop": 955886955
        },
        {
            "start": 955886957,
            "stop": 955888188
        },
        {
            "start": 955889081,
            "stop": 955889974
        },
        {
            "start": 955889976,
            "stop": 955899546
        },
        {
            "start": 955899548,
            "stop": 955909466
        },
        {
            "start": 955909865,
            "stop": 955918972
        },
        {
            "start": 955919284,
            "stop": 955923670
        },
        {
            "start": 955923675,
            "stop": 955930297
        },
        {
            "start": 955930303,
            "stop": 955934442
        },
        {
            "start": 955934640,
            "stop": 955937419
        },
        {
            "start": 955937425,
            "stop": 955942081
        },
        {
            "start": 955942087,
            "stop": 955966503
        },
        {
            "start": 955966804,
            "stop": 955969727
        },
        {
            "start": 955969728,
            "stop": 955969853
        },
        {
            "start": 955969855,
            "stop": 955971709
        },
        {
            "start": 955974534,
            "stop": 955974705
        },
        {
            "start": 955974706,
            "stop": 955974758
        },
        {
            "start": 955974759,
            "stop": 955980980
        },
        {
            "start": 955984904,
            "stop": 955987054
        }
    ]
}