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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5183",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5181",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5182,
    "results": [
        {
            "start": 969799462,
            "stop": 969799580
        },
        {
            "start": 969799586,
            "stop": 969799624
        },
        {
            "start": 969799627,
            "stop": 969799658
        },
        {
            "start": 969799718,
            "stop": 969799719
        },
        {
            "start": 969799722,
            "stop": 969799751
        },
        {
            "start": 969799755,
            "stop": 969799790
        },
        {
            "start": 969799795,
            "stop": 969799838
        },
        {
            "start": 969799898,
            "stop": 969799901
        },
        {
            "start": 969799904,
            "stop": 969799924
        },
        {
            "start": 969799927,
            "stop": 969799951
        },
        {
            "start": 969799958,
            "stop": 969800005
        },
        {
            "start": 969800008,
            "stop": 969800059
        },
        {
            "start": 969800062,
            "stop": 969800099
        },
        {
            "start": 969800102,
            "stop": 969800116
        },
        {
            "start": 969800122,
            "stop": 969800156
        },
        {
            "start": 969800159,
            "stop": 969800179
        },
        {
            "start": 969800182,
            "stop": 969800196
        },
        {
            "start": 969800199,
            "stop": 969800311
        },
        {
            "start": 969800314,
            "stop": 969800318
        },
        {
            "start": 969800378,
            "stop": 969800438
        }
    ]
}