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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9966",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9964",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9965,
    "results": [
        {
            "start": 871849065,
            "stop": 871849076
        },
        {
            "start": 871849112,
            "stop": 871849115
        },
        {
            "start": 871849169,
            "stop": 871849197
        },
        {
            "start": 871857290,
            "stop": 871857460
        },
        {
            "start": 871857496,
            "stop": 871857816
        },
        {
            "start": 871857852,
            "stop": 871858380
        },
        {
            "start": 871858440,
            "stop": 871858791
        },
        {
            "start": 871858861,
            "stop": 871858975
        },
        {
            "start": 871859013,
            "stop": 871859997
        },
        {
            "start": 871860034,
            "stop": 871861499
        },
        {
            "start": 871861560,
            "stop": 871862152
        },
        {
            "start": 871862195,
            "stop": 871862197
        },
        {
            "start": 871862233,
            "stop": 871862378
        },
        {
            "start": 871862416,
            "stop": 871862521
        },
        {
            "start": 871862557,
            "stop": 871862571
        },
        {
            "start": 871862641,
            "stop": 871862650
        },
        {
            "start": 871862686,
            "stop": 871862734
        },
        {
            "start": 871862771,
            "stop": 871863628
        },
        {
            "start": 871863667,
            "stop": 871864040
        },
        {
            "start": 871864082,
            "stop": 871864310
        }
    ]
}