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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=145",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=143",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 144,
    "results": [
        {
            "start": 834614858,
            "stop": 834614889
        },
        {
            "start": 834615232,
            "stop": 834624415
        },
        {
            "start": 834626661,
            "stop": 834635041
        },
        {
            "start": 834637798,
            "stop": 834691087
        },
        {
            "start": 834692707,
            "stop": 834744411
        },
        {
            "start": 834745837,
            "stop": 834779933
        },
        {
            "start": 834781589,
            "stop": 834781871
        },
        {
            "start": 834783331,
            "stop": 834795895
        },
        {
            "start": 834799716,
            "stop": 834799948
        },
        {
            "start": 834799949,
            "stop": 834800004
        },
        {
            "start": 834800010,
            "stop": 834800030
        },
        {
            "start": 834800031,
            "stop": 834800173
        },
        {
            "start": 834810465,
            "stop": 834810531
        },
        {
            "start": 834810532,
            "stop": 834810826
        },
        {
            "start": 834810830,
            "stop": 834810947
        },
        {
            "start": 834810948,
            "stop": 834810970
        },
        {
            "start": 834810971,
            "stop": 834811077
        },
        {
            "start": 834811078,
            "stop": 834811513
        },
        {
            "start": 834812640,
            "stop": 834833048
        },
        {
            "start": 834836384,
            "stop": 834839879
        }
    ]
}