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=9941
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=9942",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9940",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9941,
    "results": [
        {
            "start": 871080407,
            "stop": 871082100
        },
        {
            "start": 871082400,
            "stop": 871082460
        },
        {
            "start": 871082520,
            "stop": 871082580
        },
        {
            "start": 871082640,
            "stop": 871083878
        },
        {
            "start": 871083916,
            "stop": 871086755
        },
        {
            "start": 871086773,
            "stop": 871088128
        },
        {
            "start": 871088166,
            "stop": 871088349
        },
        {
            "start": 871088430,
            "stop": 871089896
        },
        {
            "start": 871089914,
            "stop": 871102920
        },
        {
            "start": 871104300,
            "stop": 871104360
        },
        {
            "start": 871104420,
            "stop": 871106280
        },
        {
            "start": 871106400,
            "stop": 871106520
        },
        {
            "start": 871106580,
            "stop": 871106700
        },
        {
            "start": 871110533,
            "stop": 871110620
        },
        {
            "start": 871110654,
            "stop": 871113630
        },
        {
            "start": 871115631,
            "stop": 871124612
        },
        {
            "start": 871124629,
            "stop": 871125360
        },
        {
            "start": 871125499,
            "stop": 871131014
        },
        {
            "start": 871133123,
            "stop": 871133139
        },
        {
            "start": 871133238,
            "stop": 871133356
        }
    ]
}