Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=35
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=36",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=34",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 35,
    "results": [
        {
            "start": 817299137,
            "stop": 817299220
        },
        {
            "start": 817299230,
            "stop": 817299672
        },
        {
            "start": 817303237,
            "stop": 817303719
        },
        {
            "start": 817303727,
            "stop": 817303770
        },
        {
            "start": 817303778,
            "stop": 817303887
        },
        {
            "start": 817303896,
            "stop": 817304525
        },
        {
            "start": 817304533,
            "stop": 817304607
        },
        {
            "start": 817304615,
            "stop": 817304624
        },
        {
            "start": 817304633,
            "stop": 817304699
        },
        {
            "start": 817304707,
            "stop": 817304753
        },
        {
            "start": 817304761,
            "stop": 817305072
        },
        {
            "start": 817305080,
            "stop": 817305568
        },
        {
            "start": 817305577,
            "stop": 817305653
        },
        {
            "start": 817305661,
            "stop": 817305861
        },
        {
            "start": 817305869,
            "stop": 817306009
        },
        {
            "start": 817306017,
            "stop": 817306025
        },
        {
            "start": 817306033,
            "stop": 817306157
        },
        {
            "start": 817306166,
            "stop": 817306239
        },
        {
            "start": 817306249,
            "stop": 817306259
        },
        {
            "start": 817306267,
            "stop": 817306482
        }
    ]
}