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=583
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=584",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=582",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 583,
    "results": [
        {
            "start": 834732030,
            "stop": 834732930
        },
        {
            "start": 834733410,
            "stop": 834744057
        },
        {
            "start": 834745837,
            "stop": 834778461
        },
        {
            "start": 834778961,
            "stop": 834779933
        },
        {
            "start": 834783331,
            "stop": 834786770
        },
        {
            "start": 834786772,
            "stop": 834787586
        },
        {
            "start": 834788351,
            "stop": 834795532
        },
        {
            "start": 834799716,
            "stop": 834799948
        },
        {
            "start": 834799949,
            "stop": 834800004
        },
        {
            "start": 834800010,
            "stop": 834800030
        },
        {
            "start": 834800031,
            "stop": 834800173
        },
        {
            "start": 834810465,
            "stop": 834810531
        },
        {
            "start": 834810532,
            "stop": 834810828
        },
        {
            "start": 834810830,
            "stop": 834810947
        },
        {
            "start": 834810948,
            "stop": 834810970
        },
        {
            "start": 834810971,
            "stop": 834811077
        },
        {
            "start": 834811078,
            "stop": 834811513
        },
        {
            "start": 834812640,
            "stop": 834832687
        },
        {
            "start": 834836384,
            "stop": 834839880
        },
        {
            "start": 834839882,
            "stop": 834839893
        }
    ]
}