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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5155",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5153",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5154,
    "results": [
        {
            "start": 873742708,
            "stop": 873742810
        },
        {
            "start": 873742817,
            "stop": 873742863
        },
        {
            "start": 873742870,
            "stop": 873742923
        },
        {
            "start": 873742931,
            "stop": 873742976
        },
        {
            "start": 873742990,
            "stop": 873743073
        },
        {
            "start": 873743082,
            "stop": 873743190
        },
        {
            "start": 873743203,
            "stop": 873743229
        },
        {
            "start": 873743439,
            "stop": 873743445
        },
        {
            "start": 873743456,
            "stop": 873743460
        },
        {
            "start": 873743583,
            "stop": 873743622
        },
        {
            "start": 873743712,
            "stop": 873743715
        },
        {
            "start": 873743756,
            "stop": 873743760
        },
        {
            "start": 873743880,
            "stop": 873743925
        },
        {
            "start": 873744062,
            "stop": 873744064
        },
        {
            "start": 873744109,
            "stop": 873744240
        },
        {
            "start": 873744300,
            "stop": 873744346
        },
        {
            "start": 873744354,
            "stop": 873744361
        },
        {
            "start": 873744369,
            "stop": 873744476
        },
        {
            "start": 873744493,
            "stop": 873744548
        },
        {
            "start": 873744563,
            "stop": 873744651
        }
    ]
}