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=210
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=211",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=209",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 210,
    "results": [
        {
            "start": 820931077,
            "stop": 820931086
        },
        {
            "start": 820931094,
            "stop": 820931097
        },
        {
            "start": 820931115,
            "stop": 820931120
        },
        {
            "start": 820931143,
            "stop": 820931188
        },
        {
            "start": 820931237,
            "stop": 820931239
        },
        {
            "start": 820931255,
            "stop": 820931262
        },
        {
            "start": 820931270,
            "stop": 820931276
        },
        {
            "start": 820931288,
            "stop": 820931300
        },
        {
            "start": 820931314,
            "stop": 820931319
        },
        {
            "start": 820931327,
            "stop": 820931330
        },
        {
            "start": 820931347,
            "stop": 820931363
        },
        {
            "start": 820931373,
            "stop": 820931426
        },
        {
            "start": 820931443,
            "stop": 820931502
        },
        {
            "start": 820931513,
            "stop": 820931598
        },
        {
            "start": 820931606,
            "stop": 820931634
        },
        {
            "start": 820931642,
            "stop": 820931699
        },
        {
            "start": 820931712,
            "stop": 820931733
        },
        {
            "start": 820931741,
            "stop": 820931742
        },
        {
            "start": 820931750,
            "stop": 820931753
        },
        {
            "start": 820931764,
            "stop": 820931773
        }
    ]
}