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=251
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=252",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=250",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 251,
    "results": [
        {
            "start": 933296591,
            "stop": 933296681
        },
        {
            "start": 933296700,
            "stop": 933296719
        },
        {
            "start": 933296737,
            "stop": 933296928
        },
        {
            "start": 933296949,
            "stop": 933296961
        },
        {
            "start": 933296980,
            "stop": 933297010
        },
        {
            "start": 933297029,
            "stop": 933297053
        },
        {
            "start": 933297072,
            "stop": 933297078
        },
        {
            "start": 933297097,
            "stop": 933297593
        },
        {
            "start": 933297612,
            "stop": 933298101
        },
        {
            "start": 933298120,
            "stop": 933298545
        },
        {
            "start": 933298564,
            "stop": 933298909
        },
        {
            "start": 933298928,
            "stop": 933298946
        },
        {
            "start": 933298991,
            "stop": 933299198
        },
        {
            "start": 933299199,
            "stop": 933299423
        },
        {
            "start": 933299447,
            "stop": 933299759
        },
        {
            "start": 933299778,
            "stop": 933300213
        },
        {
            "start": 933300241,
            "stop": 933300282
        },
        {
            "start": 933300332,
            "stop": 933300355
        },
        {
            "start": 933300380,
            "stop": 933300417
        },
        {
            "start": 933300436,
            "stop": 933300494
        }
    ]
}