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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40957",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40955",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40956,
    "results": [
        {
            "start": 875122399,
            "stop": 875122588
        },
        {
            "start": 875122591,
            "stop": 875122598
        },
        {
            "start": 875122600,
            "stop": 875122601
        },
        {
            "start": 875122603,
            "stop": 875122604
        },
        {
            "start": 875122606,
            "stop": 875122617
        },
        {
            "start": 875122618,
            "stop": 875122640
        },
        {
            "start": 875122641,
            "stop": 875122651
        },
        {
            "start": 875122652,
            "stop": 875122655
        },
        {
            "start": 875122656,
            "stop": 875122657
        },
        {
            "start": 875122659,
            "stop": 875122660
        },
        {
            "start": 875122661,
            "stop": 875122663
        },
        {
            "start": 875122665,
            "stop": 875122674
        },
        {
            "start": 875122675,
            "stop": 875122678
        },
        {
            "start": 875122680,
            "stop": 875122681
        },
        {
            "start": 875122683,
            "stop": 875122687
        },
        {
            "start": 875122688,
            "stop": 875122689
        },
        {
            "start": 875122690,
            "stop": 875122692
        },
        {
            "start": 875122693,
            "stop": 875122695
        },
        {
            "start": 875122697,
            "stop": 875122708
        },
        {
            "start": 875122709,
            "stop": 875122718
        }
    ]
}