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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=248",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=246",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 247,
    "results": [
        {
            "start": 931574810,
            "stop": 931574813
        },
        {
            "start": 931574818,
            "stop": 931574819
        },
        {
            "start": 931574826,
            "stop": 931574827
        },
        {
            "start": 931574830,
            "stop": 931574835
        },
        {
            "start": 931574840,
            "stop": 931574843
        },
        {
            "start": 931574848,
            "stop": 931574878
        },
        {
            "start": 931574880,
            "stop": 931574891
        },
        {
            "start": 931574895,
            "stop": 931574897
        },
        {
            "start": 931574899,
            "stop": 931574902
        },
        {
            "start": 931574903,
            "stop": 931574913
        },
        {
            "start": 931574927,
            "stop": 931574928
        },
        {
            "start": 931574930,
            "stop": 931574935
        },
        {
            "start": 931574937,
            "stop": 931574942
        },
        {
            "start": 931574943,
            "stop": 931574946
        },
        {
            "start": 931574951,
            "stop": 931574956
        },
        {
            "start": 931574968,
            "stop": 931574971
        },
        {
            "start": 931574973,
            "stop": 931574976
        },
        {
            "start": 931574978,
            "stop": 931574995
        },
        {
            "start": 931575017,
            "stop": 931575022
        },
        {
            "start": 931575025,
            "stop": 931575043
        }
    ]
}