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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=137",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=135",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 136,
    "results": [
        {
            "start": 932745993,
            "stop": 932746002
        },
        {
            "start": 932746021,
            "stop": 932746040
        },
        {
            "start": 932746068,
            "stop": 932746075
        },
        {
            "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": 932750858,
            "stop": 932751805
        },
        {
            "start": 932751811,
            "stop": 932752011
        },
        {
            "start": 932752016,
            "stop": 932753874
        }
    ]
}