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=139
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=140",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=138",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 139,
    "results": [
        {
            "start": 932746100,
            "stop": 932746107
        },
        {
            "start": 932746193,
            "stop": 932746211
        },
        {
            "start": 932746230,
            "stop": 932746265
        },
        {
            "start": 932746284,
            "stop": 932746290
        },
        {
            "start": 932746309,
            "stop": 932746553
        },
        {
            "start": 932746572,
            "stop": 932746653
        },
        {
            "start": 932746671,
            "stop": 932746885
        },
        {
            "start": 932746904,
            "stop": 932746912
        },
        {
            "start": 932746943,
            "stop": 932747000
        },
        {
            "start": 932747019,
            "stop": 932747033
        },
        {
            "start": 932747219,
            "stop": 932747392
        },
        {
            "start": 932747412,
            "stop": 932747665
        },
        {
            "start": 932747686,
            "stop": 932747799
        },
        {
            "start": 932750394,
            "stop": 932750838
        },
        {
            "start": 932750862,
            "stop": 932751805
        },
        {
            "start": 932751811,
            "stop": 932752011
        },
        {
            "start": 932752016,
            "stop": 932753874
        },
        {
            "start": 932753895,
            "stop": 932753994
        },
        {
            "start": 932754012,
            "stop": 932754331
        },
        {
            "start": 932754336,
            "stop": 932754443
        }
    ]
}