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=4676
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=4677",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4675",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4676,
    "results": [
        {
            "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
        },
        {
            "start": 969801338,
            "stop": 969801367
        },
        {
            "start": 969801370,
            "stop": 969801373
        },
        {
            "start": 969801376,
            "stop": 969801378
        },
        {
            "start": 969801381,
            "stop": 969801398
        },
        {
            "start": 969801938,
            "stop": 969801955
        },
        {
            "start": 969801958,
            "stop": 969801973
        }
    ]
}