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=4606
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=4607",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4605",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4606,
    "results": [
        {
            "start": 969192313,
            "stop": 969192326
        },
        {
            "start": 969192328,
            "stop": 969192348
        },
        {
            "start": 969192356,
            "stop": 969192458
        },
        {
            "start": 969192460,
            "stop": 969192478
        },
        {
            "start": 969192481,
            "stop": 969192502
        },
        {
            "start": 969192507,
            "stop": 969192516
        },
        {
            "start": 969192517,
            "stop": 969192523
        },
        {
            "start": 969192526,
            "stop": 969192558
        },
        {
            "start": 969192561,
            "stop": 969192565
        },
        {
            "start": 969192566,
            "stop": 969192572
        },
        {
            "start": 969192575,
            "stop": 969192579
        },
        {
            "start": 969192581,
            "stop": 969192671
        },
        {
            "start": 969192674,
            "stop": 969192696
        },
        {
            "start": 969192702,
            "stop": 969192707
        },
        {
            "start": 969192710,
            "stop": 969192722
        },
        {
            "start": 969192725,
            "stop": 969192765
        },
        {
            "start": 969192768,
            "stop": 969192791
        },
        {
            "start": 969192793,
            "stop": 969192866
        },
        {
            "start": 969192870,
            "stop": 969192894
        },
        {
            "start": 969192896,
            "stop": 969192901
        }
    ]
}