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=2259
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=2260",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2258",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2259,
    "results": [
        {
            "start": 873396994,
            "stop": 873397075
        },
        {
            "start": 873397094,
            "stop": 873397137
        },
        {
            "start": 873397291,
            "stop": 873397343
        },
        {
            "start": 873397373,
            "stop": 873397411
        },
        {
            "start": 873397461,
            "stop": 873397469
        },
        {
            "start": 873397489,
            "stop": 873397527
        },
        {
            "start": 873397578,
            "stop": 873397586
        },
        {
            "start": 873397606,
            "stop": 873397641
        },
        {
            "start": 873397664,
            "stop": 873397690
        },
        {
            "start": 873397723,
            "stop": 873397769
        },
        {
            "start": 873397788,
            "stop": 873397789
        },
        {
            "start": 873397826,
            "stop": 873397915
        },
        {
            "start": 873397935,
            "stop": 873398128
        },
        {
            "start": 873398172,
            "stop": 873398193
        },
        {
            "start": 873398212,
            "stop": 873398226
        },
        {
            "start": 873398403,
            "stop": 873398906
        },
        {
            "start": 873398925,
            "stop": 873399450
        },
        {
            "start": 873399485,
            "stop": 873399540
        },
        {
            "start": 873399559,
            "stop": 873400225
        },
        {
            "start": 873400244,
            "stop": 873400357
        }
    ]
}