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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=636",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=634",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 635,
    "results": [
        {
            "start": 844010070,
            "stop": 844010084
        },
        {
            "start": 844010085,
            "stop": 844010107
        },
        {
            "start": 844010108,
            "stop": 844010411
        },
        {
            "start": 844010412,
            "stop": 844010681
        },
        {
            "start": 844013369,
            "stop": 844013549
        },
        {
            "start": 844013551,
            "stop": 844013602
        },
        {
            "start": 844013604,
            "stop": 844013629
        },
        {
            "start": 844014392,
            "stop": 844014450
        },
        {
            "start": 844014451,
            "stop": 844014588
        },
        {
            "start": 844014590,
            "stop": 844014652
        },
        {
            "start": 844014654,
            "stop": 844014671
        },
        {
            "start": 844014672,
            "stop": 844014702
        },
        {
            "start": 844014704,
            "stop": 844014820
        },
        {
            "start": 844014822,
            "stop": 844014897
        },
        {
            "start": 844014898,
            "stop": 844015046
        },
        {
            "start": 844015047,
            "stop": 844015056
        },
        {
            "start": 844015058,
            "stop": 844015192
        },
        {
            "start": 844015858,
            "stop": 844015873
        },
        {
            "start": 844015874,
            "stop": 844015993
        },
        {
            "start": 844017419,
            "stop": 844017590
        }
    ]
}