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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=152",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=150",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 151,
    "results": [
        {
            "start": 816767221,
            "stop": 816767228
        },
        {
            "start": 816767232,
            "stop": 816767241
        },
        {
            "start": 816767247,
            "stop": 816767249
        },
        {
            "start": 816767254,
            "stop": 816767257
        },
        {
            "start": 816767260,
            "stop": 816767427
        },
        {
            "start": 816767431,
            "stop": 816767435
        },
        {
            "start": 816767439,
            "stop": 816767440
        },
        {
            "start": 816767445,
            "stop": 816767453
        },
        {
            "start": 816767458,
            "stop": 816767473
        },
        {
            "start": 816767479,
            "stop": 816767645
        },
        {
            "start": 816767650,
            "stop": 816767652
        },
        {
            "start": 816767657,
            "stop": 816767658
        },
        {
            "start": 816767687,
            "stop": 816767696
        },
        {
            "start": 816767700,
            "stop": 816767777
        },
        {
            "start": 816767781,
            "stop": 816767784
        },
        {
            "start": 816767789,
            "stop": 816767791
        },
        {
            "start": 816767796,
            "stop": 816767855
        },
        {
            "start": 816767860,
            "stop": 816767863
        },
        {
            "start": 816767866,
            "stop": 816768003
        },
        {
            "start": 816768007,
            "stop": 816768013
        }
    ]
}