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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2095",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2093",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2094,
    "results": [
        {
            "start": 871668641,
            "stop": 871671888
        },
        {
            "start": 871672944,
            "stop": 871674840
        },
        {
            "start": 871675020,
            "stop": 871675170
        },
        {
            "start": 871675187,
            "stop": 871675221
        },
        {
            "start": 871684149,
            "stop": 871685522
        },
        {
            "start": 871697278,
            "stop": 871697475
        },
        {
            "start": 871697493,
            "stop": 871700031
        },
        {
            "start": 871700860,
            "stop": 871716958
        },
        {
            "start": 871717648,
            "stop": 871719443
        },
        {
            "start": 871721034,
            "stop": 871732804
        },
        {
            "start": 871732823,
            "stop": 871732875
        },
        {
            "start": 871732905,
            "stop": 871732970
        },
        {
            "start": 871732989,
            "stop": 871733067
        },
        {
            "start": 871733086,
            "stop": 871733092
        },
        {
            "start": 871733167,
            "stop": 871733171
        },
        {
            "start": 871733190,
            "stop": 871733305
        },
        {
            "start": 871733338,
            "stop": 871733869
        },
        {
            "start": 871733888,
            "stop": 871734687
        },
        {
            "start": 871734714,
            "stop": 871738201
        },
        {
            "start": 871738218,
            "stop": 871738728
        }
    ]
}