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_CAT4/segments?format=api&page=10078
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10079",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10077",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10078,
    "results": [
        {
            "start": 873148502,
            "stop": 873148771
        },
        {
            "start": 873148905,
            "stop": 873150381
        },
        {
            "start": 873150398,
            "stop": 873150567
        },
        {
            "start": 873150603,
            "stop": 873150655
        },
        {
            "start": 873150692,
            "stop": 873150724
        },
        {
            "start": 873150760,
            "stop": 873156716
        },
        {
            "start": 873156925,
            "stop": 873157617
        },
        {
            "start": 873157737,
            "stop": 873160680
        },
        {
            "start": 873160800,
            "stop": 873162338
        },
        {
            "start": 873162458,
            "stop": 873162491
        },
        {
            "start": 873162508,
            "stop": 873164828
        },
        {
            "start": 873164902,
            "stop": 873167537
        },
        {
            "start": 873167554,
            "stop": 873169928
        },
        {
            "start": 873169945,
            "stop": 873170563
        },
        {
            "start": 873170683,
            "stop": 873172575
        },
        {
            "start": 873172592,
            "stop": 873173633
        },
        {
            "start": 873173672,
            "stop": 873174896
        },
        {
            "start": 873174913,
            "stop": 873175435
        },
        {
            "start": 873175471,
            "stop": 873176695
        },
        {
            "start": 873176712,
            "stop": 873177256
        }
    ]
}