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=4546
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=4547",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4545",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4546,
    "results": [
        {
            "start": 968715110,
            "stop": 968715354
        },
        {
            "start": 968715357,
            "stop": 968715359
        },
        {
            "start": 968715377,
            "stop": 968715638
        },
        {
            "start": 968715656,
            "stop": 968715771
        },
        {
            "start": 968715774,
            "stop": 968715861
        },
        {
            "start": 968715864,
            "stop": 968716766
        },
        {
            "start": 968716769,
            "stop": 968716996
        },
        {
            "start": 968716999,
            "stop": 968717144
        },
        {
            "start": 968718555,
            "stop": 968718582
        },
        {
            "start": 968718602,
            "stop": 968719216
        },
        {
            "start": 968719219,
            "stop": 968719293
        },
        {
            "start": 968719296,
            "stop": 968719705
        },
        {
            "start": 968719708,
            "stop": 968719728
        },
        {
            "start": 968719731,
            "stop": 968720539
        },
        {
            "start": 968720557,
            "stop": 968720781
        },
        {
            "start": 968720784,
            "stop": 968720945
        },
        {
            "start": 968720948,
            "stop": 968720984
        },
        {
            "start": 968720987,
            "stop": 968721534
        },
        {
            "start": 968721537,
            "stop": 968721692
        },
        {
            "start": 968721695,
            "stop": 968721700
        }
    ]
}