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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=257",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=255",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 256,
    "results": [
        {
            "start": 934288981,
            "stop": 934289051
        },
        {
            "start": 934289056,
            "stop": 934289069
        },
        {
            "start": 934289074,
            "stop": 934289081
        },
        {
            "start": 934289086,
            "stop": 934289126
        },
        {
            "start": 934289131,
            "stop": 934289306
        },
        {
            "start": 934289311,
            "stop": 934289365
        },
        {
            "start": 934289370,
            "stop": 934289584
        },
        {
            "start": 934289589,
            "stop": 934289846
        },
        {
            "start": 934289848,
            "stop": 934289903
        },
        {
            "start": 934289905,
            "stop": 934290015
        },
        {
            "start": 934290255,
            "stop": 934290395
        },
        {
            "start": 934290400,
            "stop": 934290879
        },
        {
            "start": 934290884,
            "stop": 934290972
        },
        {
            "start": 934290977,
            "stop": 934291001
        },
        {
            "start": 934291006,
            "stop": 934291016
        },
        {
            "start": 934291021,
            "stop": 934291031
        },
        {
            "start": 934291036,
            "stop": 934291108
        },
        {
            "start": 934291113,
            "stop": 934291642
        },
        {
            "start": 934294840,
            "stop": 934294882
        },
        {
            "start": 934295002,
            "stop": 934295192
        }
    ]
}