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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=323",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=321",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 322,
    "results": [
        {
            "start": 862667367,
            "stop": 862671304
        },
        {
            "start": 862694322,
            "stop": 862699739
        },
        {
            "start": 862700303,
            "stop": 862717665
        },
        {
            "start": 862717784,
            "stop": 862729614
        },
        {
            "start": 862730760,
            "stop": 862733212
        },
        {
            "start": 862735503,
            "stop": 862751068
        },
        {
            "start": 862752376,
            "stop": 862754454
        },
        {
            "start": 862755656,
            "stop": 862755752
        },
        {
            "start": 862756816,
            "stop": 862758198
        },
        {
            "start": 862759218,
            "stop": 862760021
        },
        {
            "start": 862761226,
            "stop": 862763134
        },
        {
            "start": 862763235,
            "stop": 862764831
        },
        {
            "start": 862766470,
            "stop": 862768880
        },
        {
            "start": 862769051,
            "stop": 862777581
        },
        {
            "start": 862808035,
            "stop": 862813102
        },
        {
            "start": 862814475,
            "stop": 862819335
        },
        {
            "start": 862819419,
            "stop": 862821430
        },
        {
            "start": 862822701,
            "stop": 862825830
        },
        {
            "start": 862827656,
            "stop": 862831663
        },
        {
            "start": 862833128,
            "stop": 862838882
        }
    ]
}