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=4576
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=4577",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4575",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4576,
    "results": [
        {
            "start": 968947666,
            "stop": 968948480
        },
        {
            "start": 968948483,
            "stop": 968948803
        },
        {
            "start": 968948806,
            "stop": 968948904
        },
        {
            "start": 968948907,
            "stop": 968949605
        },
        {
            "start": 968949608,
            "stop": 968949647
        },
        {
            "start": 968949650,
            "stop": 968950035
        },
        {
            "start": 968950038,
            "stop": 968950060
        },
        {
            "start": 968950063,
            "stop": 968950208
        },
        {
            "start": 968950211,
            "stop": 968950293
        },
        {
            "start": 968950296,
            "stop": 968950577
        },
        {
            "start": 968950580,
            "stop": 968950581
        },
        {
            "start": 968950584,
            "stop": 968950597
        },
        {
            "start": 968950600,
            "stop": 968950632
        },
        {
            "start": 968950636,
            "stop": 968950639
        },
        {
            "start": 968950642,
            "stop": 968950658
        },
        {
            "start": 968952497,
            "stop": 968952593
        },
        {
            "start": 968952596,
            "stop": 968952608
        },
        {
            "start": 968952613,
            "stop": 968952638
        },
        {
            "start": 968952642,
            "stop": 968952670
        },
        {
            "start": 968952673,
            "stop": 968952681
        }
    ]
}