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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=186",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=184",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 185,
    "results": [
        {
            "start": 931138918,
            "stop": 931138923
        },
        {
            "start": 931138924,
            "stop": 931138934
        },
        {
            "start": 931138936,
            "stop": 931138937
        },
        {
            "start": 931138938,
            "stop": 931138940
        },
        {
            "start": 931138945,
            "stop": 931138948
        },
        {
            "start": 931138951,
            "stop": 931138953
        },
        {
            "start": 931138956,
            "stop": 931138957
        },
        {
            "start": 931138961,
            "stop": 931138963
        },
        {
            "start": 931138964,
            "stop": 931138967
        },
        {
            "start": 931138970,
            "stop": 931138977
        },
        {
            "start": 931138978,
            "stop": 931138981
        },
        {
            "start": 931138982,
            "stop": 931138985
        },
        {
            "start": 931138986,
            "stop": 931138993
        },
        {
            "start": 931138994,
            "stop": 931138998
        },
        {
            "start": 931139000,
            "stop": 931139002
        },
        {
            "start": 931139005,
            "stop": 931139006
        },
        {
            "start": 931139007,
            "stop": 931139009
        },
        {
            "start": 931139012,
            "stop": 931139014
        },
        {
            "start": 931139016,
            "stop": 931139018
        },
        {
            "start": 931139022,
            "stop": 931139023
        }
    ]
}