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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33281",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33279",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33280,
    "results": [
        {
            "start": 971000380,
            "stop": 971000387
        },
        {
            "start": 971000388,
            "stop": 971000417
        },
        {
            "start": 971000418,
            "stop": 971000424
        },
        {
            "start": 971000425,
            "stop": 971000471
        },
        {
            "start": 971000474,
            "stop": 971000506
        },
        {
            "start": 971000507,
            "stop": 971000519
        },
        {
            "start": 971000521,
            "stop": 971000583
        },
        {
            "start": 971000584,
            "stop": 971000604
        },
        {
            "start": 971000605,
            "stop": 971000622
        },
        {
            "start": 971000623,
            "stop": 971000645
        },
        {
            "start": 971000648,
            "stop": 971000661
        },
        {
            "start": 971000663,
            "stop": 971000672
        },
        {
            "start": 971000673,
            "stop": 971000696
        },
        {
            "start": 971000697,
            "stop": 971000701
        },
        {
            "start": 971000702,
            "stop": 971000751
        },
        {
            "start": 971000752,
            "stop": 971000793
        },
        {
            "start": 971000794,
            "stop": 971000805
        },
        {
            "start": 971000807,
            "stop": 971000814
        },
        {
            "start": 971000815,
            "stop": 971000851
        },
        {
            "start": 971000852,
            "stop": 971000867
        }
    ]
}