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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=755",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=753",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 754,
    "results": [
        {
            "start": 955865737,
            "stop": 955883138
        },
        {
            "start": 955886574,
            "stop": 955886955
        },
        {
            "start": 955886961,
            "stop": 955888188
        },
        {
            "start": 955889081,
            "stop": 955889974
        },
        {
            "start": 955889980,
            "stop": 955899546
        },
        {
            "start": 955899552,
            "stop": 955909466
        },
        {
            "start": 955909865,
            "stop": 955918972
        },
        {
            "start": 955919284,
            "stop": 955923672
        },
        {
            "start": 955923677,
            "stop": 955930299
        },
        {
            "start": 955930305,
            "stop": 955934442
        },
        {
            "start": 955934640,
            "stop": 955937421
        },
        {
            "start": 955937427,
            "stop": 955942083
        },
        {
            "start": 955942089,
            "stop": 955966503
        },
        {
            "start": 955966804,
            "stop": 955969727
        },
        {
            "start": 955969732,
            "stop": 955969853
        },
        {
            "start": 955969859,
            "stop": 955971709
        },
        {
            "start": 955974534,
            "stop": 955974705
        },
        {
            "start": 955974710,
            "stop": 955974758
        },
        {
            "start": 955974763,
            "stop": 955980980
        },
        {
            "start": 955984904,
            "stop": 955987054
        }
    ]
}