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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2064",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2062",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2063,
    "results": [
        {
            "start": 870727445,
            "stop": 870727840
        },
        {
            "start": 870727857,
            "stop": 870727943
        },
        {
            "start": 870729883,
            "stop": 870729885
        },
        {
            "start": 870729905,
            "stop": 870729930
        },
        {
            "start": 870729982,
            "stop": 870729993
        },
        {
            "start": 870730024,
            "stop": 870730026
        },
        {
            "start": 870730044,
            "stop": 870730075
        },
        {
            "start": 870730102,
            "stop": 870730170
        },
        {
            "start": 870730187,
            "stop": 870730207
        },
        {
            "start": 870730239,
            "stop": 870730411
        },
        {
            "start": 870730428,
            "stop": 870730481
        },
        {
            "start": 870730498,
            "stop": 870730631
        },
        {
            "start": 870730649,
            "stop": 870732646
        },
        {
            "start": 870732663,
            "stop": 870732714
        },
        {
            "start": 870732733,
            "stop": 870735389
        },
        {
            "start": 870737160,
            "stop": 870737165
        },
        {
            "start": 870737182,
            "stop": 870737191
        },
        {
            "start": 870737208,
            "stop": 870737452
        },
        {
            "start": 870737469,
            "stop": 870737496
        },
        {
            "start": 870737513,
            "stop": 870743590
        }
    ]
}