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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=362",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=360",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 361,
    "results": [
        {
            "start": 934513393,
            "stop": 934513418
        },
        {
            "start": 934513420,
            "stop": 934513426
        },
        {
            "start": 934513428,
            "stop": 934513442
        },
        {
            "start": 934513446,
            "stop": 934516067
        },
        {
            "start": 934518086,
            "stop": 934520558
        },
        {
            "start": 934520560,
            "stop": 934520564
        },
        {
            "start": 934520566,
            "stop": 934520583
        },
        {
            "start": 934520585,
            "stop": 934520609
        },
        {
            "start": 934520611,
            "stop": 934520615
        },
        {
            "start": 934520617,
            "stop": 934520632
        },
        {
            "start": 934520636,
            "stop": 934524167
        },
        {
            "start": 934524170,
            "stop": 934524184
        },
        {
            "start": 934524188,
            "stop": 934524211
        },
        {
            "start": 934524214,
            "stop": 934524218
        },
        {
            "start": 934524220,
            "stop": 934524234
        },
        {
            "start": 934524238,
            "stop": 934527755
        },
        {
            "start": 934527757,
            "stop": 934527758
        },
        {
            "start": 934527760,
            "stop": 934527784
        },
        {
            "start": 934527786,
            "stop": 934527817
        },
        {
            "start": 934527819,
            "stop": 934527833
        }
    ]
}