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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=365",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=363",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 364,
    "results": [
        {
            "start": 818856850,
            "stop": 818856885
        },
        {
            "start": 818856928,
            "stop": 818856929
        },
        {
            "start": 818857103,
            "stop": 818857124
        },
        {
            "start": 818857145,
            "stop": 818857154
        },
        {
            "start": 818857227,
            "stop": 818857228
        },
        {
            "start": 818857258,
            "stop": 818857308
        },
        {
            "start": 818857377,
            "stop": 818857405
        },
        {
            "start": 818857476,
            "stop": 818857489
        },
        {
            "start": 818857552,
            "stop": 818857561
        },
        {
            "start": 818857604,
            "stop": 818857653
        },
        {
            "start": 818857674,
            "stop": 818857675
        },
        {
            "start": 818857771,
            "stop": 818857831
        },
        {
            "start": 818857890,
            "stop": 818857894
        },
        {
            "start": 818857928,
            "stop": 818857948
        },
        {
            "start": 818858007,
            "stop": 818858019
        },
        {
            "start": 818858189,
            "stop": 818858232
        },
        {
            "start": 818858282,
            "stop": 818858323
        },
        {
            "start": 818858383,
            "stop": 818858393
        },
        {
            "start": 818858439,
            "stop": 818858465
        },
        {
            "start": 818858676,
            "stop": 818858684
        }
    ]
}